How to use DMA to get ADC result without interrupt in S32K344

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

How to use DMA to get ADC result without interrupt in S32K344

Jump to solution
1,632 Views
KerryJ
Contributor II

Hi, I want to learn How to use DMA to get ADC transformation result without ADC interrupt.

I used S32K344,

IDE is S32DS3.4 ,

RTD is S32K3 RTD AUTOSAR 4.4 VERSION 2.0.0

I am confused about how to config that.

Hope to get your help, thanks.

0 Kudos
1 Solution
1,624 Views
PetrS
NXP TechSupport
NXP TechSupport
0 Kudos
8 Replies
1,625 Views
PetrS
NXP TechSupport
NXP TechSupport
0 Kudos
1,599 Views
KerryJ
Contributor II

thanks for your help, but my RTD VERSION IS 2.0.0. I can't run the project you give.

0 Kudos
1,590 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

I added RTD200 version as well, so you can try.

BR, Petr

0 Kudos
1,620 Views
MVR
Contributor III

Hello @PetrS ,

In your example you used 5 ADC channels but in "Adc_Sar_Ip_1" you defined only 1 channel, is that correct?

MVR_0-1661463741717.png

Is it not necessary to put all channels in this array?

Thanks,

MVR

0 Kudos
1,613 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

actually in this example BTCU is used to trigger conversions and command list is created with 5 commands.

PetrS_0-1661499829014.png

DMA then reads result from BCTU data register.

BR, Petr

0 Kudos
1,580 Views
MVR
Contributor III

Ok, I understand it,

But my question is: In "Adc_Sar_Ip_1" in the "Channel configurations array" option, don't you need to fill with the 5 channels used in your list?

0 Kudos
1,570 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

the "Channel configurations array" option is for specifying which channels will be converted during normal conversion. It configs NCMRx registers. This is not used in the example

BR, Petr

1,563 Views
MVR
Contributor III

Hmmm, I understand now! Thanks

0 Kudos