Nucleo-F756zg: Debug support for StopMode does not work
KamilDuljas opened this issue · 3 comments
Hi, I try to run PWR_CurrentConsumption example on Nucleo-756zg.
All works fine without debug, but i tried use each mode in debug mode.
Sleep mode and StandBy mode work fine with debug but StopMode not.
When we try to enter to stop mode and will be executed _WFI() then immidately exit from the mode during debug session.
I tried perform this through:
STM32CubeIde 1.12 and
STM32CubeProgrammer
The only one modification against to original exmaple is keep PA13 PA14 PA15 as there are pins connected to stlink.
GPIO_InitStruct.Pin = GPIO_PIN_All & ~(GPIO_PIN_13 | GPIO_PIN_14 | GPIO_PIN_15);
All usecases executed using multimeter.
Hello @KamilDuljas ,
Thank you for this report. We will get back to you as soon as we analyze it further. This may take some time. Thank you for your comprehension.
With regards,
Rania
Hello @KamilDuljas,
Firstly, thank you for this contribution. This example does not work in debug mode as indicated in the readme file.
So, please allow me to close this issue and thank you again for your contribution.
Best Regards,
Thanks for information.