Error while running MQX code

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Error while running MQX code

1,150 次查看
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 项奖励
回复
1 回复

694 次查看
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