I want to know how does eDMA call the callback function ...Is it calling by hardware? Can I send data by no callback function?
解決済! 解決策の投稿を見る。
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!
-----------------------------------------------------------------------------------------------------------------------
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!
-----------------------------------------------------------------------------------------------------------------------