FreeRtos and Pic18f4550

hello, I have a project where i should use freertos with pic18f4550.the problem this is my first time with freertos and i really cant find a good way to start with the complicated tuto that i found.thanx to suggest some good tuto to start working. thx a lot.

FreeRtos and Pic18f4550

You will find some examples for the PIC18 in the FreeRTOS Interactive site, but generally, although there is a port, it is not recommended to run a preemptive OS on a PIC18. The biggest issue is the segmented memory, and what happens when a task stack crosses a memory boundary. Plus, generally, the compiler does not generate reentrant code. Regards.

FreeRtos and Pic18f4550

thx richard