xTaskCreate restarts main

jmbt wrote on Sunday, December 02, 2007:

Hi,

I’m running the 8051 port, and at various points within the xTaskCreate function, it jumps to the start of main().  I’ve checked to make sure the watchdog is disabled.  Is there anything I should check for?  I’m trying to just make one task for now, and this happens before the task scheduler is called.  Any thoughts would be much appreciated.

Thanks,

Jimmy

rtel wrote on Sunday, December 02, 2007:

A couple of things to look at:

+ Have you installed any interrupt handlers that are firing, and then trying to use kernel features, prior to the kernel being started? 

+ Are you running our of heap space?

Regards.