Program received signal SIGINT, Interrupt. Core jumping to uSDHC_DriverIRQHandler ()

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

Program received signal SIGINT, Interrupt. Core jumping to uSDHC_DriverIRQHandler ()

835 Views
priya_p
Contributor IV

I am using MPC5748G Dev-Kit and i am executing the code in s32ds power architecture. The issue is whenever I am running an usb code along with other components such as adc, rtc etc.. the core is jumping to uSDHC_DriverIRQHandler (). It's stuck at ISR only. I don't know, why this interrupt is triggered and I can't find the source code of the uSDHC_DriverIRQHandler. Already tried re-building and all. Please help me to solve this issue.

0 Kudos
1 Reply

812 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

hard to say, it could be wrong init of peripheral, interrupt and/or rtos if used.
Try to step the code to see where it goes away.
Or share project which has this issue.

BR, Petr

0 Kudos