dsPIC33E – Not supported?

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

dsPIC33E – Not supported?

you may want to look at this… http://www.microchip.com/forums/m620268-print.aspx

dsPIC33E – Not supported?

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

dsPIC33E – Not supported?

Maybe the following contribution would help? http://interactive.freertos.org/entries/22563838-pic24f256da210-with-gol-based-graphics-and-eds-space-extensions Regards.