Skip to main content
Senior III
April 19, 2023
Question

STM32CubeProgrammer: "Register" tab doesn't work after return from StandbyMode

  • April 19, 2023
  • 3 replies
  • 955 views

Hi.

Before enter to standbyMode i can accesss to registers in "register" tab, but after return from standbyMode I can't.

First picture present state before enter to stanbyMode


_legacyfs_online_stmicro_images_0693W00000biR9GQAU.png 

After return from standbyMode I don't see registers:


_legacyfs_online_stmicro_images_0693W00000biRAEQA2.png but there are still visible in "memory and file editing" tab:


_legacyfs_online_stmicro_images_0693W00000biRAJQA2.png 

I also notice that after change MCU core state, a icon with text "CPU" doesn't update. I must click once again on icon on left bar to force update:


_legacyfs_online_stmicro_images_0693W00000biR89QAE.png

This topic has been closed for replies.

3 replies

Senior III
April 21, 2023

Anyone could confirm the issue? @Houda GHABRI​  @Imen DAHMEN​ 

Senior III
May 9, 2023

Ping

Senior III
May 11, 2023

ping

Piranha
Principal III
May 13, 2023

For the debug interface to work in low-power modes, it has to be enabled. Read about it in the following article (issue 3):

https://community.st.com/s/question/0D53W00001bnh8dSAA/how-to-enter-standby-or-shutdown-mode-on-stm32

Senior III
May 16, 2023

I don't see the connection between my post and your link. Moreover I think it is stm32cubeprogrammer issue as application

Piranha
Principal III
May 23, 2023

If you do not enable the respective bits in DBGMCU_CR register, entering low-power mode disables the debug interface on MCU and the debugger looses connection. J-Link sets these bits automatically, but ST-LINK, of course, does not...