Hello guys,I got a "STM32F407-DISC1" board and if I configure the external oscillator, it goes into "error_handling:RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE;
RCC_OscInitStruct.HSEState = RCC_HSE_ON;
RCC_OscInitStruct.PLL.PLLS...
also from the manual:b) As the frequency supplied by X2 is the same as MCO (8 MHz), R25 and R68 are soldered.So, I didnt change anything.Nevertheless, I removed R68 now and the result is the same - goes straight into "Error_Handler"
Hello @Khouloud ZEMMELI , I use platformio with HAL. Can you guide me to this file?[env:disco_f407vg]
platform = ststm32
board = disco_f407vg
framework = arduinoCheers