LPC51U68 Multi channels ADC DMA transfer

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPC51U68 Multi channels ADC DMA transfer

LPC51U68 Multi channels ADC DMA transfer

Hi:

Since LPC series ADC has sequence function, so implement multi-channel ADC transfer is easy.

But use DMA is also meaning, so there are two demos to show how to use such applications

1.lpc_multi-channels_adc_dma_sw_trg

Use SW trigger multi channels ADC transfer, but use DMA to transfer result to result array.

use don't need to care the channel result register, but fetch data from global data register;

2.lpc_multi-channels_adc_dma_hw_trg

for many cases, user need to trigger ADC multi channels transfer periodly, and collect enough data for processing.

so this demo use SCT_OUT7 to trigger ADC Sequence A for 6 channels, then after 1024 rounds, generate DMA interrupt to process all 6*1024 data array.

all demos are implemented on SDK2.6.0 

标签 (1)
附件
评论

Hi could I get a copy of this presentation in English ? 

无评分
版本历史
最后更新:
‎01-03-2020 05:33 AM
更新人: