* Question
What are the methods for ISR to reliably send messages? |
* Answer
1 Save the message in a global variable.
2 Save the message in the static local variable of the ISR. 3 The message content is pretending to be a pointer for transmission. |
COMMENTS