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...
Well there is no way to currently print out the error -- hence I was "stepping" through and it was returning HAL_OK. Once the system is up and running error checking will prove fruitful. Thanks