No, I'm not using a Freescale board.
Perhaps, I am wrong, but I don't think this is a hardware problem. When I step through the MQX init, I see no errors, just MQX setting up an idle task, then starting the scheduler ("_sched_start_internal()"). The MQX doesn't crash. I believe the MQX is executing the idle task. Its behaving like there is no Application to execute.
I do have the normal "MQX_init_struct" as outlined in "MQX_User_Guide.pdf", page 34 and MQX/examples/SPI/main.c, so I am expecting the MQX to execute my Application Task, but when I set a breakpoint on my task the software doesn't hit the breakpoint.
Is there another step, that I am missing? Why would MQX ignor my Task? Linking problem?