STM32G070 entering system bootloader mode with the boot pin.
I am struggling to get an STM32G070RBT6 into bootload mode with the boot pin.
Using ST-Link utility I have set nBOOT1 = 1, NBOOT_SEL = 0 and left nBOOT0 = 1.
If I have understood the datasheet correctly this should allow me to enter bootload mode by holding BOOT0 pin high and toggling the reset pin. However the uC jumps straight into the main code.
I have disabled serial wire debug as it share BOOT0 pin, but that didn't help.
Just as a test I have managed to get the device into bootload mode by setting nBOOT1 = 1, NBOOT_SEL = 1 and nBOOT0 = 0 using ST-Link Utility. I then successfully confirmed I can bootload my code. However this mode of entrance defeats the whole point!
Can anybody see what I am doing wrong or share their success with this part
Thanks Jonathan
