A little confusion regarding DMA event trigger ..
Does DMA transfer automatically start when the corresponding event occurs??
In my application,I am using DMA transfer to transfer data from a peripheral connected through I2S..So, I have put I2S0_RX as event trigger.
Don't I need to call the function in which dma_start(mydma_handle), dma_config() are all written?
If Yes, then what is the difference between Interrupt(enabled using the same I2S_RX signal) and Event trigger?
Thanks.