xQueueReceive does not yield from ISR

petergreen0815 wrote on Sunday, March 29, 2015:

You are my hero! :wink:

Of course I had no wrapper. I wasn’t aware that I need one.

After reading the word “wrapper” I examined the ARM7_LPC2368_Rowley demo and found in EMAC_isr.c the pattern for it.

Knowing the answer I also found the proper documentation here:
http://www.freertos.org/portlpciar.html
http://www.freertos.org/portlpc2106.html
http://www.freertos.org/portat91fr40008.html

Thank you very much!

Regards.