Unused interrupts.

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

Unused interrupts.

跳至解决方案
1,171 次查看
barbercolman
Contributor III

I have a new to using MQX version 3.7  and CW 10.1, I have a working project using a mcf51jm and I have not found documentation on how MQX handles unused interrupts. In smaller project, with out a RTOS I either wrote a handler that rerecorded an exception in a error log or forced a watchdog.

 

Any suggestion on how to handle, assuming MQX does not handle unused interrupts?

0 项奖励
回复
1 解答
859 次查看
Ed_EmbeddedAcce
Contributor II

By default MQX will block the task that was running when an unused interrupt occurs.  If you want to display details of the interrupt call _int_install_unexpected_isr(); right at the beginning of your application this will display the vector of the unused interrupt on the console.

在原帖中查看解决方案

0 项奖励
回复
1 回复
860 次查看
Ed_EmbeddedAcce
Contributor II

By default MQX will block the task that was running when an unused interrupt occurs.  If you want to display details of the interrupt call _int_install_unexpected_isr(); right at the beginning of your application this will display the vector of the unused interrupt on the console.

0 项奖励
回复