How to run code without power cycle after programing a virgin STM32L4xx over i2c without touching reset or boot0 pin?
The bootloader starts automatically on a virgin STM32L4xx MCU without putting boot0 as flash is empty. I can then flash it over the i2c bus but is unable to get the code running without power cycle.I have tried, software reset, hardware reset and run...