STM32Cube_FW_L0_V1.1.2 - HSI/4 (clock&UART) problem - solution
Posted on September 24, 2015 at 14:35 Hi, there are some problems with code generated by STM32CubeMX when using HSI/4 as a system clock. STM32CubeMX generates (stm32l0xx_hal_conf.h): #define HSI_VALUE ((uint32_t)4000000) which is wr...