How to configure RCC in STM32 Cube using NUCLEO-L496ZG and on board crystal resonator
I entered an inifite loop at the HAL_RCC_OscConfig (l 29) of SystemClockConfig() void SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0}; /** Configure the main internal regulato...