PIC32 Demo another certain behavior

Hi, in ..CommonMinimal comtest.c is the definition for the comm.buffer size as follows: #define comBUFFER_LEN  ( 24 )  /* ‘X’-‘A’+1 … */ OK, Richard mentioned, this demo is "not a optimized solution". But it works. But only, if the buffersize is lower then 108 ?! With #define comBUFFER_LEN  ( 108 )  /* or larger value */ it seems, as if the OS does not start ?! ralf

PIC32 Demo another certain behavior

Look at how the buffer is used.  If it dimensions a queue then look at: "I added a simple task to a demo, and now the demo crashes!" on http://www.freertos.org/FAQHelp.html .  http://www.freertos.org/a00111.html .  These links will be relevant if vTaskStartScheduler() is returning. Regards.

PIC32 Demo another certain behavior

Thanks Richard. It is very pretty to get answers even on saturday afternoon (in Germany). ralf