Accessing system memory in STM32G0
Hello,
I am trying to enter the system memory at boot time with the STM32G030 MCU. It has the BOOT0 line shared with SWCLK functionality, which is new to me compared to the STM32F* devices. I always entered the system memory in other devices by setting the BOOT0 state to high at reset release event, but it does not work here. The system memory can be only accessed if the MCU is "blank" (then accessed automatically). Based on this table from the DS:
I am trying to target the second row I believe. The only thing coming up to my mind is that the nBOOT1 bit is cleared and the CPU starts to boot from SRAM... (I don't know what is the default state of that bit).
Is there any additional steps I need to make in order to be able to access system memory via BOOT0 pin high state, when there is user program loaded already? I would appreciate all help.
