Regards, Experts!
For best performance I need to implement data transfer from Sensor Controller to Cortex-M3 memory via DMA channel. I have found one suitable channel: UDMA_CHAN_AUX_SW.
How to handle this task? How to send "AUX Software event" from Sensor Controller? What Interrupt Vector Number for ISR-Handler I should implement when DMA finish one block transfer?
Thanks!
Andrei