Question, i.MX6SX SDMA usage for ADC read

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

Question, i.MX6SX SDMA usage for ADC read

跳至解决方案
1,591 次查看
Aemj
Contributor IV

Hi team,

I would like to ask about the usage of SDMA from Cortex-M4 in i.MX6SX.

My customer is facing on the software development of i.MX6SX for their application.

What they needs to do is to use SDMA for the data transfer from i.MX6SX ADC into its main memory by M4 core. They already saw your FreeRTOS-BSP and MQX-BSP but they still need more information on the usage of SDMA. And they already implanted ADC transferring without SDMA but they need SDMA use for reducing core usage of M4.

Can I have any documents or reference M4 example code which can be helpful for the SDMA usage for the data transfer from ADC?

Thanks,

Miyamoto

标签 (1)
0 项奖励
回复
1 解答
1,444 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Miyamoto

there are no special documenation for integrating ADC SDMA from

M4 side. In general SDMA codes for M4 are the same as for A9, difference

only in addresses. As example one can use UART SDMA codes in Linux or SDK

(baremetal).

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,423 次查看
ceggers1
Contributor IV

I managed to use the i.MX6UL(L) ADC together with the SDMA (with a custom SDMA script). If somebody needs this, please contact me directly.

regards
Christian

0 项奖励
回复
1,445 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Miyamoto

there are no special documenation for integrating ADC SDMA from

M4 side. In general SDMA codes for M4 are the same as for A9, difference

only in addresses. As example one can use UART SDMA codes in Linux or SDK

(baremetal).

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复