DMA

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DMA

219 Views
6888
Contributor I

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.

 

0 Kudos
1 Reply

191 Views
Miguel04
NXP TechSupport
NXP TechSupport

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.

  1. Channel activation
  2. Modules associated source read and destinations writes
  3. Status updates, additional operations and interrupts requests.

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.

0 Kudos