MPC5777C MCAL4.3 cannot get into any other interrupt because of Global interrupt closed unexpectedly

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

MPC5777C MCAL4.3 cannot get into any other interrupt because of Global interrupt closed unexpectedly

513 次查看
Zhongling_Lang
NXP Employee
NXP Employee

Hi All,

I'm developing demo code with MPC5777C MCAL4.3, I implement a SDADC demo code by myself and enable the SDADC FIFO interrupt, but the FIFO interrupt will close global interrupt(MSR[EE=0]) and code cannot get into any other interrupts. if i enable the global interrupt in the end of FIFO interrupt and the code will get into IVOR13/14.

So how to deal with the interrupt handler implemented by user and how to resolve this issue.

By the way, also some customers have this issue in MCAL4.0 and user's interrupt handler will close global interrupt unexpectedly.

pastedImage_1.png

0 项奖励
1 回复

447 次查看
Zhongling_Lang
NXP Employee
NXP Employee

I have resolve this issue, because some inappropriate configuration with sdadc and just call the EXIT_INTERRUPT in the end of interrupt handler.

0 项奖励