Exception is received when using PIT & FreeRTOS

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

Exception is received when using PIT & FreeRTOS

924 次查看
dazhou0503
Contributor I

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?

标记 (2)
0 项奖励
回复
1 回复

817 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hi,

This sound to me like you haven't PIT interrupt priority higher than uSDHC interrupt.

Have in mind that OS is serving interrupts instead your INTC handler in non OS example.

 regards,

Peter

0 项奖励
回复