PIC18 problem From FreeRTOSv6 to FreeRTOSv7.1

eld1e6o wrote on Tuesday, August 28, 2012:

Hello, I have an example working fine, compilled with C18, with FreeRTOSv6 running in a PIC18F2550
When I try to run the same example changing the libraries to FreeRTOS v7.1, it can compile the source, but the program doesn’t work (it doesn’t do anything)

There is anything to take in acount to migrate an example?

Thanks, in advance.
Diego

rtel wrote on Tuesday, August 28, 2012:

I’m not sure why that would be.  V7.x.x is backward compatible with V6.x.x.  The major difference with V7 was the introduction of software timers.

Regards.