Error Reasons in Queue

diego_martinez wrote on Tuesday, July 22, 2008:

Hi,

a simple question:

which things can cause a xQueueSendToBack for returning pdFALSE??

i encountered with the problem of a queue returning error on Receive and error on Send, so, why does this occur? memory problem?

thanks in advance

davedoors wrote on Tuesday, July 22, 2008:

Send if the queue is full and the block time expires.

Receive if the queue is empty and the block time expires.

Look at the API documentation.