FreeRtos for PIC32 Error

Hi there im having a bit trouble to setup a task to handle my TCPIP task it doesn’t seem to start… I´ve aleady posted a message at the microchip forum but no one answered to it can you guys help me?? http://www.microchip.com/forums/tm.aspx?m=462954

FreeRtos for PIC32 Error

I´ve noticed that i cant even add a simple led blinking task… What could be wrong?

FreeRtos for PIC32 Error

If you are using a new part did you see this https://sourceforge.net/projects/freertos/forums/forum/382005/topic/3483881 Have you got stack overflow checking switch on?

FreeRtos for PIC32 Error

Hi there Davedoors thank you for your response…
Yes in fact i have and i already have it happening, now the application runs without getting it to overflow here’s what i do: void vApplicationStackOverflowHook( void ){
lcdWriteLines(”ERROR STACK”,”OVERFLOW…”);
while(1);
} I dont know what else to do…