I2S and DMA communication

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

I2S and DMA communication

663 次查看
corboksem
Contributor II

Hi guys,

The blow pictures shows my circuit where Iam trying to transfer my ADC sampled to the PC through the DMA.

My question is, how can I find my data in memory and put it in separate buffer.

what functions do I need to use to receive the data from the ADC. I put the functions that I used till now.I2S and DMA.pngprog.png

标签 (1)
0 项奖励
1 回复

461 次查看
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi,

I am confused why use I2S with ADC result transfer.

The ADC module could trigger DMA when conversion done.

Please refer MCUXpresso SDK software for LPC54608, which provides [lpc_adc_dma] demo with below path:

C:\nxp\SDK_2.3.1_LPCXpresso54608\boards\lpcxpresso54608\driver_examples\adc

Wish it helps.


Have a great day,
Mike

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励