2023-04-19 01:31 PM - edited 2023-11-20 07:43 AM
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
After return from standbyMode I don't see registers:
but there are still visible in "memory and file editing" tab:
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:
2023-04-21 02:48 AM
Anyone could confirm the issue? @Houda GHABRI @Imen DAHMEN
2023-05-09 04:24 AM
Ping
2023-05-11 02:09 AM
ping
2023-05-13 03:00 AM
For the debug interface to work in low-power modes, it has to be enabled. Read about it in the following article (issue 3):
2023-05-16 02:17 PM
I don't see the connection between my post and your link. Moreover I think it is stm32cubeprogrammer issue as application
2023-05-23 03:30 PM
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...