Exception is received when using can_pal & FreeRTOS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Exception is received when using can_pal & FreeRTOS

1,373 Views
alon_becker
Contributor I

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? 

Tags (2)
0 Kudos
3 Replies

1,029 Views
priya_p
Contributor IV

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.

0 Kudos

1,167 Views
martin_kovar
NXP Employee
NXP Employee

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

0 Kudos

1,167 Views
dazhou0503
Contributor I

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.

0 Kudos