Resolved! Problem with outputting LSE clock on PA8 pin as MCO
Hi!I'm trying to output the LSE clock on the PA8 pin on my Nucleo64 STM32L476 board.The code I have written is the following:#include<stdint.h> #define RCC_BASE_ADDR 0x40021000UL #define RCC_CFGR_REG_OFFSET 0x08UL #define RC...