How does eDMA callback the callback functions?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How does eDMA callback the callback functions?

ソリューションへジャンプ
1,418件の閲覧回数
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,331件の閲覧回数
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,332件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------