How does eDMA callback the callback functions?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How does eDMA callback the callback functions?

Jump to solution
764 Views
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 Kudos
1 Solution
677 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

1 Reply
678 Views
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!
-----------------------------------------------------------------------------------------------------------------------