Question
STM32Cube_FW_H7_V1.2.0 Bugs - NUCLEO HSE_VALUE
Posted on February 15, 2018 at 18:29
STM32Cube_FW_H7_V1.2.0\Projects\STM32H743ZI-Nucleo\Applications\FatFS\FatFS_uSD_Standalone\Inc\stm32h7xx_hal_conf.h
\STM32Cube_FW_H7_V1.2.0\Projects\STM32H743ZI-Nucleo\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS\Inc\stm32h7xx_hal_conf.h
Nucleo uses 8 MHz HSE in BYPASS mode, the wrong HSE_VALUE breaks USART, rate computations, etc
/**
* @brief Adjust the value of External High Speed oscillator (HSE) used in your application. * This value is used by the RCC HAL module to compute the system frequency * (when HSE is used as system clock source, directly or through the PLL). */#if !defined (HSE_VALUE)#define HSE_VALUE ((uint32_t)25000000) /*!< Value of the External oscillator in Hz */#endif /* HSE_VALUE */