I am using a STM32G071. If I connect a STLINK to the uC, and then I disconnect it, also after a reset cycle, BOOT0 pin status is ignored and the boot happens always on Flash Memory instead of System Memory. Why? Is it normal?
I want to use BOOT0 pin to select System Memory boot.nBOOT0 = 0, nBOOT1 = 1, nBOOT_SEL = 0 bits in user config are well programmed. Boot works well if my uC is coming from a POR or power cycle. But if I connect a ST-LINK to the uC and simply open the...