I am programming a board from TI, and I would like to somehow have two different ISR posts in the task message queue. This part works great. However, on the receiving side, is there any reasonable way for the task to postpone its turn and perform another operation on the data on the basis of which the ISR is located?
Basically, I have the task of updating the LCD, which displays information from my motors. However, if I have an engine ISR sensor and a button, click ISR, which send various information for updating, can this be done in one queue?
source
share