2019-09-30 08:33 AM
Hi everyone,
SystemClock_Config() works on Nucleo-144 board but not on Discovery even though they both have a F746 mcu on them.
2019-09-30 08:39 AM
Different HSE clock speeds? 8 MHz vs 25 MHz, check PLL-M setting, and the define for HSE_VALUE
2019-09-30 11:49 PM
Thank you i will investigate on it
2019-10-01 01:17 AM
Hi! the problem was due to the different flash latencies on the boards. I had to change the latency value given to this function.
HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_7);