Hi,
I'm facing kind of a problem that I'd like to know how the chip works against it.
When the callback function from the UART is called I need to fill a buffer, and when the task process event is called I need to modify the buffer.
The problem is: Is there gonna be a problem with it? Is the callback function gonna be called in between the proccessing of the process event?
Cheers!