I2S and DMA communication

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

I2S and DMA communication

651 Views
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

Labels (1)
0 Kudos
1 Reply

449 Views
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 Kudos