UART uisng DMA on MQX

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

UART uisng DMA on MQX

跳至解决方案
1,372 次查看
oscargarciaabad
Contributor III

HI all,

I want to use DMA for UART under MQX 4.1 (for kinetis devices). Is this feature already supported?

I saw there is the function _kuart_dma_install, but there are no references to it on MQX.

Regards,

Oscar.

0 项奖励
回复
1 解答
1,079 次查看
soledad
NXP Employee
NXP Employee

Hello Oscar,

MQX doesn’t support UART and DMA. If you need these functionalities then you need to write your own driver.

The customer has the option to purchase Level 2 MQX support, either Standard or Premium.

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MQX_SUPPORT

I checked this and it is not documented. And also this driver is not called in bsp_init.c. for being installed. I loos like the files were added for future releases but the support is not official yet.

Sorry for any inconvenience that may cause.


Have a great day,
Sol

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

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,080 次查看
soledad
NXP Employee
NXP Employee

Hello Oscar,

MQX doesn’t support UART and DMA. If you need these functionalities then you need to write your own driver.

The customer has the option to purchase Level 2 MQX support, either Standard or Premium.

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MQX_SUPPORT

I checked this and it is not documented. And also this driver is not called in bsp_init.c. for being installed. I loos like the files were added for future releases but the support is not official yet.

Sorry for any inconvenience that may cause.


Have a great day,
Sol

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

0 项奖励
回复
1,079 次查看
oscargarciaabad
Contributor III

Hello Soledad,

Thanks for your answer,

regards,

Oscar

0 项奖励
回复