STM32G030 bootloader issues
Hi,
I try to bring the STM32G030 into the bootloader mode, but this isn't works.
It works only when the option bytes are set to nBOOT_SEL = 1, nBOOT1 = 1 and nBOOT0 = 0.
At that moment we can upload the FW, but when we reset the MCU he will not starts again.
Only when we set nBoot0 to 1 again in the option byte.
Also when we clear only the nBOOT_SEL = 0, the MCU goes never in bootloader mode. (runs normal)
We try it with BOOTpin = 0 or 1 before we giving a reset puls.
So what we doing wrong here?

