S32K3 power reset issue

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

S32K3 power reset issue

2,933件の閲覧回数
zp001
Contributor III

Hello NXP team,

I'm using power example of RTD 2.1, after executing Power_Ip_PerformReset(), system  jump to address 0x204000x, rather than running system from the begin.

Here is the screenshot:

zp001_0-1673871156451.png

I'd like to know why this happen?

Thanks!

タグ(1)
0 件の賞賛
返信
3 返答(返信)

2,801件の閲覧回数
gumu
Contributor V

Hi @danielmartynek ,

zp001 is my another account. Let me update result, I found this issue about one month ago,Finally It's J-LINK issue, since the same code could run normally when we used PE-micro.

2,918件の閲覧回数
zp001
Contributor III

Hello NXP team,

Why system jump to 0x204000x after power reset.

0 件の賞賛
返信

2,900件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @zp001,

I just tried your project, but I'm not able to reproduce the error.

Does it reset? Can you scope the reset_b pin?

Seems like it fails at a Clock_Ip function, can you add and initialize the Clock_Ip driver in the project?

Have you tried adding FUNC_RESET as a power mode in the Power_Ip driver and calling it?

 

Power_Ip_SetMode(&Power_Ip_aModeConfigPB[1]);

 

danielmartynek_1-1673969323572.png

 

Regards,

Daniel

 

0 件の賞賛
返信