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

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

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

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

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