edwards3 wrote on Monday, January 28, 2013:
It sounds like the scheduler is not starting. Have you stepped through the vTaskStartScheduler() function in the debugger? At the end it will call the portable layer start scheduler function. You should see the context of the first task being restored in that (after the timer for the tick interrupt has been configured). What happens then?