Core Power Down Issue

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

Core Power Down Issue

2,765 Views
schougule01
Contributor I

I am facing issue while loading script in the debugger.

I am getting "Core Power Down" issue while try to load script.

Is there any way to turn ON the Core Power to UP.

Controller: S32K148core_powereed down.png

Tags (1)
0 Kudos
Reply
5 Replies

2,742 Views
schougule01
Contributor I

Hi,

@danielmartynekactually there is no issue in script as it works for other hardware.

0 Kudos
Reply

2,731 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @schougule01,

Do you mean it works with other S32K148 MCUs?

Since I can't reproduce it, I would like to test you script on my side.

 

https://www2.lauterbach.com/pdf/error.pdf

danielmartynek_0-1678871528969.png

 

Is the VDD powered?

 

Regards,

Daniel

 

0 Kudos
Reply

2,746 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @schougule01,

If the MCU powered, can you measure the VDD?

Can you please share the script?

 

Thanks,

BR, Daniel

0 Kudos
Reply

2,722 Views
rweiss
Contributor V

This error message usually means that the core's power domain in the SoC is not enabled. If the whole SoC is not powered, the error message would be "target power down" and the debugger would usually display "power down" in the status bar.

Detection of "Core Power Down" is not 100% reliable, depending on the SoC it could simply mean "could not communicate with core", with disabled power domain being the most typical reason.

Regards,
Reinhard

0 Kudos
Reply

2,720 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @schougule01,

Can you catch it right after POR?

system.CPU S32K148
wait state.power()
system.attach

 

BR, Daniel

0 Kudos
Reply