Can anyone explain the eDMA block diagram of s32k series. Flow of the data from internal peripheral bus to the crossbar switch.For example, if ADC is transferring data every 10msec then how dma will save the data in memory, please explain with reference to that block diagram.
Hi @6888
Chapter 15.3.2 eDMA basic data flow from S32K3xx's reference manual Rev. 7 describes the basic flow of a data transfer can be partitioned into three segments.
I recommend you to review this chapter and the examples provided , also this post have examples using the DMA
https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-LPIT-DMA-LPSPI/ta-p/1108628
https://community.nxp.com/t5/S32K-Knowledge-Base/S32K-Examples/ta-p/1108990
The functionality of the DMA is the same for all the S32K variants.
Best Regards, Miguel.