danmois

Results 10 comments of danmois

Hi @sunnyrain1990 , First, you could check some minor things: try both the FMC connectors; make sure that you are controlling the RESET signal correctly. Have you modified the code,...

V1 - added the scale_factor member for driver data - added an array for regmaps associated to every device - replaced the condition for future proofing

V2 - implemented Checkpatch Script suggested fixes

V3 - implemented review comments (removed unrelated change, extra lines, unnecessary brackets)

Hello, A sample project for the ad717x no-OS project is not currently planned. You can see more information about the driver and the use of the API at the following...

Hello @dshekter , Hardware cyclic transfers are possible only for MEM to DEV transfers. The DMA_CYCLIC flag will be set only if the HDL allows cyclic transfers and the transfer...

Hi @dshekter, Maybe adding another if statement after the one checking cyclic transfers would do the trick? ` if (dmac->transfer.cyclic == NO) { axi_dmac_read(dmac, AXI_DMAC_REG_FLAGS, &reg_val); reg_val = reg_val &...

Hi @dshekter , Thank you for the suggestion. Please feel free to comment in the corresponding PR. Regards, George

Hi @SpontaneousDuck , Is it possible that the situation you were experiencing be caused by the problem solved in the following PR: https://github.com/analogdevicesinc/no-OS/pull/1745 ? As you can see there, in...