Exception is received when using can_pal & FreeRTOS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Exception is received when using can_pal & FreeRTOS

2,368 次查看
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? 

标记 (2)
0 项奖励
回复
3 回复数

2,024 次查看
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 项奖励
回复

2,162 次查看
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 项奖励
回复

2,162 次查看
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 项奖励
回复