S32K3 power reset issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K3 power reset issue

1,329 Views
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!

Tags (1)
0 Kudos
Reply
3 Replies

1,197 Views
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,314 Views
zp001
Contributor III

Hello NXP team,

Why system jump to 0x204000x after power reset.

0 Kudos
Reply

1,296 Views
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 Kudos
Reply