taskENTER_CRITICAL issue on 5.0.0.3

richpainter wrote on Tuesday, August 05, 2008:

I am using Microchip C dspic 3.11 (just released) and the latest FreeRTOS 5.0.3. on a dspic33fj256gp710.

In a uart input interrupt routing I bump a count for every read byte.

In a task I update (decrement) this like this:

taskENTER_CRITICAL();

edwards3 wrote on Wednesday, August 06, 2008:

<tab><space> :slight_smile: