Exception is received when using PIT & FreeRTOS

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Exception is received when using PIT & FreeRTOS

594件の閲覧回数
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 返信

487件の閲覧回数
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 件の賞賛