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.
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