I am trying to follow the example in FSL_MQX_in_CW_10_x.pdf on creating a new MQX project. When running the resulting program it crashes (I think a data abort). It crashes on the following line of code in sc_irdyq.c:
priority_levels = kernel_data->LOWEST_TASK_PRIORITY + 2;
The value of kernel_data is 0x15cdda03.
I have successfully run the hello world (and other) examples.
When running the hello example kernel_data is 0x20000160.
Ideas?