Hello,
I have a full working code with Slave SSI and uDMA in ping-pong mode to get data from an ADC.
Now I want to store the data into the internal Flash.
But when I try to program data to the internal flash with the FlashProgram API while the uDMA is in progress, the interrupt handler of the DMA is called in loop with the IRQ DMARX but DMA mode doesn't indicate any completed DMA.
Could someone give me any advice?
Is there any restrictions to use uDMA in ping-pong mode while programming the internal flash?
Regards,
Nicolas