s32ds hello_pll_interrupt example can't run on DEVKit_MPC5748G board

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

s32ds hello_pll_interrupt example can't run on DEVKit_MPC5748G board

ソリューションへジャンプ
854件の閲覧回数
jzhang
Contributor I

Hello!  I am learning the interrupt configuration on MPC4758G, and trying to understand how the hello_pll_interrupt example in s32ds works. 

I found that this example can't flash any LEDs on DEVKit board.   Looks like the PIT interrupt set up in  PIT0_init(40000000) can't be directed to corresponding PIT0_irs().  

Could someone please help?  Thanks!   

Charlie

0 件の賞賛
1 解決策
830件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,


looks PRC_SELNx bits of used INTC PSR registers are not properly set. Use attached pit.c file and modify related code in all projects. Also in hello-pll-interrupt_z4_1.c modify SW_INT_1_init() to use register access for PSR register too, i.e.
INTC.PSR[1].R = 0x400F;

Then it seems there is wrong behavior in S32DS for debugging multicore projects, when PIT does not start when FRZ was set and some of other core was in debug/halted state. If other cores was in running or reset state PIT worked as expected. Single core project work normally.
Below guide shows how to debug multicore projects in S32DS;
https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-debug-multi-core-project-in-S32-...

BR, Petr

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
831件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,


looks PRC_SELNx bits of used INTC PSR registers are not properly set. Use attached pit.c file and modify related code in all projects. Also in hello-pll-interrupt_z4_1.c modify SW_INT_1_init() to use register access for PSR register too, i.e.
INTC.PSR[1].R = 0x400F;

Then it seems there is wrong behavior in S32DS for debugging multicore projects, when PIT does not start when FRZ was set and some of other core was in debug/halted state. If other cores was in running or reset state PIT worked as expected. Single core project work normally.
Below guide shows how to debug multicore projects in S32DS;
https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-debug-multi-core-project-in-S32-...

BR, Petr

0 件の賞賛
807件の閲覧回数
jzhang
Contributor I

Thanks! Petr, 

I got this example work.  Also want to mention that Z2 core need to be start first, followed by Z4_1 and Z4_2.  S32DS RMT sdk example has better documentation about this special sequence. 

Best regards,

Charlie

0 件の賞賛