2025-03-27 2:13 PM
Hi all,
I've adapted stm32loader python script to working with STM32WL familly, https://github.com/copterust/stm32loader/blob/master/stm32loader.py .
It's working I'm able to flash, read, erase flash. I can flash my firmware. But for now I'd like to reboot my STM after flashing my firmware, but I don't underqtand well if I can do it.
I've find some post, but no usefull information, in the python script I have this parameter :
-g address Start executing from address (0x08000000, usually)
But if I try to use it, nothing happend, I have to reset manually ùy STM for reboot.