Using SDK RTM 3.0 with S32DS for the MPC5748G.
I opened the example freertos_mpc5748g project, from the supplied examples, the code runs as expected.
However, when I add a pit interrupt component and try to call the interrupt callback the core jumps to uSDHC_DriverIRQHandler although this module is not active.
If I use the same pit interrupt code without FreeRTOS, all works fine as well.
Has anyone seen this issue?