S32K3 power reset issue

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

S32K3 power reset issue

1,330 次查看
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 回复数

1,198 次查看
gumu
Contributor IV

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.

1,315 次查看
zp001
Contributor III

Hello NXP team,

Why system jump to 0x204000x after power reset.

0 项奖励
回复

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