This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Callback function and task function problem



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!