2018-04-17 08:44 AM
I migrated from Nucleo STM32F767 to Nucleo STM32H743. I am using Keil compiler version 5.25.2 and the HAL interface. I'm generating the startup code from STM32CubeMx version 4.25.0. The clock setup for the H743 doesn't work correctly as compared to the configuration generated for the F767. I continue to have trouble with the UART/USART's and am guessing that something regarding the SystemClock_Config() function is not setup correctly from STM32CubeMx.
2018-04-17 12:04 PM
With the USART I would tend to suspect the define for HSE_VALUE being wrong.
The H743 Nucleo should be using 8 MHz, and there should be working examples for the board under the HAL/Cube trees.