1128873_en-US

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

1128873_en-US

1128873_en-US

KE15 multi-channels ADC DMA implementation on SDK 2.6.X

Hi:

Kinetis's ADC have no multi channels sequence sampling function, compared with LPC's ADC.

But we could use DMA for such case, attached are two demos:

1.multi_channels_edma_ADC_DMA_SW_TRIG

Description: use SW trigger DMA transfer for 6 ADC channels,

DMA ch0 is for ADC channels transfer, DMA ch1 is for ADC sample result transfer

in DMA ch1 ISR, report ADC sample are done;

2.multi_channels_edma_ADC_DMA_LPIT_HW_TRIG

Description: use LPIT timely trigger DMA transfer for 6 ADC channels,

DMA ch0 is for ADC channels transfer, DMA ch1 is for ADC sample result transfer

in DMA ch1 ISR, report ADC sample are done; but LPIT could trigger continuously without SW engage.

Kinetis E Series MCUs
Tags (1)
No ratings
Version history
Last update:
‎11-20-2025 03:24 AM
Updated by: