Hello Everyone!
I'm working on MPC5634 and sometimes call to xcptn_xmpl() hangs.
The issue is there are active signals applied to inputs when its interrupts are being initialized.
Anyone had this issue? Or any clues how to handle this?
Thanks in advance.
---
Regards,
Jawaad
Hi,
Make sure the external interrupts are disabled when you doing initialization of INTC module.
If you want the interrupt to be called in every condition, simply increase it priority.
regards,
Peter
Hi Peter,
Yes, makes sense. Will try.
Thanks.
---
Regards,
Jawaad