dsPIC33E - Not supported?

brunofantunes wrote on Monday, December 03, 2012:

Hi,

I’m a user of FreeRTOS with PIC24F and dsPIC33F.
I’m starting a project in which I would like to use FreeRTOS with a dsPIC33E but I’m facing some trouble.
Because of the instruction

{
   	*pxTopOfStack = PSVPAG;
}

in port.c file, I can’t compile a simple 1 task program that only blinks a LED.
I’m using MPLAB C30 v3.30c compiler and the header file for this microprocessor doesn’t define PSVPAG.

What should I do to get FreeRTOS working with this microprocessor?

Thanks,
Bruno Antunes

tlafleur wrote on Monday, December 03, 2012:

you may want to look at this…

http://www.microchip.com/forums/m620268-print.aspx

brunofantunes wrote on Monday, December 03, 2012:

tlafleur,

Thanks for your suggestion.
I think that it solved my problem. At least it compiles. I’ll have to test it.

rtel wrote on Tuesday, December 04, 2012:

Maybe the following contribution would help?

http://interactive.freertos.org/entries/22563838-pic24f256da210-with-gol-based-graphics-and-eds-space-extensions

Regards.