Resolved! Target is not responding, retrying... MCO set to HSI in STM32CubeIDE - NUCLEO-F303RE
I am trying to route the HSI clock to an external port of the board and so far I have got this code: #define RCC_BASE_ADDR 0x40021000UL #define RCC_CFGR_OFFSET 0x04UL #define RCC_CFGR_ADDR (RCC_BASE_ADDR + RCC_CFGR_OFFSET) int main(void) { uint32_t...