Resolved! STM32G0: Remapping address 0x00000000 to SRAM does not work
Hello,I'm using a STM32G0B1CC and I'm trying to remap address 0x00000000 to SRAM like this: __HAL_RCC_SYSCFG_CLK_ENABLE(); __HAL_SYSCFG_REMAPMEMORY_SRAM();Unfortunately this does not work and 0x00000000 is still mapped to FLASH.If I try to remap t...