Bootloader activation STM32G0C1
I cannot enter the bootloader with the BOOT0 pin in the STM32G0C1 while I can with the NUCLEO-G0B1RE.
I already checked the option bytes, and tried with nBOOT_SEL = 0 and nBOOT_SEL = 1.
In the Nucleo board, it seems this nBOOT_SEL has no effect at all, Nucleo always stays in bootloader if BOOT0 pin is HIGH after reset.
In the STM32G0C1, the only way to enter bootloader is when the flash if fully erased.
How can I force the bootloader at booting, using the external BOOT0 pin?
Also nBOOT_SEL seems to configured to 1 as factory default.

