The code is identical to the Disable version. The enable swapping is currently this:void HAL_SYSCFG_EnableMemorySwappingBank(void){ *(__IO uint32_t *)FB_MODE_BB = 0x00000000UL;} and instead of = 0, it should be the equivalent of 0x100.Also, the lower...