Hi RicoI have successfully run the following code on the Nucleo-WL55JC development board, which is based on your code.Are you sure that the MCU is not waking up from STOP2 mode and that the code isn't getting stuck somewhere in the LCD functions?Are ...
Hi Rico, great. Nice example!Does this mean the issue has been resolved and you can now wake up from STOP2 mode by pressing the button or does the problem still persist?Best regardsJaroslav
Hi RicoPlease find below my code that runs on the Nucleo-WL55JC development board. I've achieved around 880 nA current consumption in STOP2 mode. By pressing user button 1 (PA0), the system wakes up (interrupt), toggles an LED (PB9) a few times, and ...
In addition to that, the limitation present in the silicon revision Rev B has been removed in the latest silicon revision (Rev Y).If the option byte programming is interrupted, for example, by a reset or power outage, the BOOT_LOCK bit will be now cl...
Hi @tabekb the following caution has been added to the corresponding reference manual (RM0444):Caution: If BOOT_LOCK is set in association with RDP Level 1, the debug capabilities of the device are stopped and the reset value of the DBG_SWEN bit of t...