xQueueSend question!

nobody wrote on Thursday, March 30, 2006:

How can I send queue as LIFO?

nobody wrote on Thursday, March 30, 2006:

The queue uses FIFO, as a queue.  You could make a small change to the code to make LIFO if this is what you need.

nobody wrote on Friday, March 31, 2006:

Oh,How to change it?I am newbie to freertos.

imajeff wrote on Monday, April 03, 2006:

I’d suggest you become a non-newie before trying to change that. Play around, trace, figure out how things work.

Good thing you are in the right place. freertos.org is a great place to learn how an RTOS works, and how perhaps to make a LIFO.

Of course after you read all the tutorials, maybe someone here would be helpful answering specific questions you might gain from reading.