How does eDMA callback the callback functions?

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

How does eDMA callback the callback functions?

跳至解决方案
1,416 次查看
1277185193
Contributor III

I want to know how does eDMA call the callback function ...Is it calling by hardware?  Can I send data by no callback function?CallBack Function.png

0 项奖励
回复
1 解答
1,329 次查看
art
NXP Employee
NXP Employee

eDMA itself does not call any callback function. The callback function call is caused by the LPUART hardware interrupt. You have to disable the LPUART interrupts to never call the callback function.


Have a great day,
Artur

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

在原帖中查看解决方案

1 回复
1,330 次查看
art
NXP Employee
NXP Employee

eDMA itself does not call any callback function. The callback function call is caused by the LPUART hardware interrupt. You have to disable the LPUART interrupts to never call the callback function.


Have a great day,
Artur

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