#ifndef BOOTLOADER_RCC #define BOOTLOADER_RCC #define RCC_BASE 0x40023800 #define RCC_AHB1ENR (RCC_BASE + 0x30) #define RCC_APB1ENR (RCC_BASE + 0x40) #define RCC_APB2ENR (RCC_BASE + 0x44) #endif