Error while running MQX code

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error while running MQX code

867 Views
saibhargavi
Contributor II

Hi,

 

I have written some code using MQX. But when i run the code continuosly the code halts in the particular lines of code and never comes out. I am not sure why is the code pointing to those lines. I am also attaching the screen shot also for reference. Please let know what cud be the problem. Looking forward for a reply ASAP

 

Best Regards

 

Sai Bhargavi

 

error.JPG

Message Edited by t.dowe on 2009-12-09 03:06 PM
0 Kudos
Reply
1 Reply

411 Views
DavidS
NXP Employee
NXP Employee

Hi Sai,

From the error message in your screen shot I have two observations:

1) Upgrade to the latest 3.4 to see if the issue goes away.

2) The code is stopped in the scheduler waiting for an interrupt to wake the RTOS back up.  So I'd use the CodeWarrior register view to see what the SR is at and see if somehow your IMR's are preventing masking expected interrupts, and lastly look at the interrupt sources (PIT, UART, etc...) that should be generating an interrupt to see if they became disabled.

Happy Holidays,

David