User Activity

I am using an STM32H735G-DK board to do my tests. My goal is to toggle a LED on PC2 every time I wake up the MPU when I put PG5 to ground. Once the LED is toggled, I want the MPU to go to the lowest possible power consumption. Does anyone have an exa...
I use ST-Link/V2 with ST-LINK_CLI.exe to program my firmware into a STM32L452. The command I use is: ST-LINK_CLI.exe -P Myfile.hex -V -RstProgramming works fine, no error. But at the end I’m expecting my firmware to start running automatically and as...