The STM32L476 seems stuck at the reset frequency of 4MHZ. How can I switch to use the HSE?
I need to run off the HSE and I am not seeing any glaring errors in the STM32 cube generated code; however I am still at 4MHz. ------SNIP--------------------------void SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct; RCC_Clk...