kellelein wrote on Thursday, September 20, 2007:
main.c
vTaskStartScheduler() is called
task.c
xTaskCreate is then called and creates prvIdleTask. xTaskCreate returns pdPASS. xPortStartScheduler is then called.
port.c
vPortISRStartFirstTask() calls portRESTORE_CONTEXT(). If I try to step in to this function, I see som disassembly code??? if I then push F5 nothing happens in the display etc.
Is it possible to set a breakpoint in a task, to see if it is running?
hope you can help…
Best regards
kellelein