Exception is received when using can_pal & FreeRTOS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am also facing same issue. After adding ADC, EEPROM, to USB demo code, whenever I am executing the core jumps to uSDHC_DriverIRQHandler although this module is not active.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
could you please share your project? Most probably, it will be necessary to ask SDK development team directly, and they will need your project to check, what is not correctly configured.
Regards,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a similar problem.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 component and try to call the pit interrupt callback the core jumps to uSDHC_DriverIRQHandler although this module is not active.
