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