Tool/software:
I restarted this post and hopefully, I can make some progress. From the previous post, I did not get an answer as for the level of the GPIO to trigger the DMA transfer. I currently am using an interrupt pin that asserts low and stays low until data in the IP's FIFO has been read to cross a threshold. Can this pin be used to trigger the DMA transfer or do I need to invert the signal.
Since the DMA transfer is in cyclic mode, do I need to add this statement "dmas = <&main_bcdma 1 0 0>;" in the .dts file?
I will look at the previous post and maybe I can figure out how to add the GPIO triggered DMA transfer.
I am sure I will have more questions later on.
Thanks,
Victor