STM32L476 does not reset after firmware bootload over UART. How to reset the device over UART?
I ran into a small footnote in AN3155 stating "System reset is called only for some STM32 BL (STM32F0/F2/F4/F7) and some STM32L4 (STM32L412xx/422xx, STM32L43xxx/44xxx, STM32L45xxx/46xxx) products."
Now I run into the problem that after flashing the firmware over UART, I need to be able to boot the new firmware since the device does not reset by itself. Over UART there is no reset command. I tried the "go" command to jump to 0x08000000 but that does not work either. STM32CubeProgrammer_CLI.exe reports that the "go" command is not supported on my device. Now I'm stuck. How do I run the newly uploaded image without having to powercycle or reset? I'm unable to do that in this product application. I do not want to use SBSFU.
