2014-10-30 09:47 PM
I have set the value for LSI clock to 32000 in the clock configuration of STM32CubeMX . However the generated code in stm32f4xx_hal_conf.h defines LSI_VALUE wrongly as 40000.
Is this a bug or how can I make the correct value appear in the generated source code? #stm32cubemx-lsi_value2014-11-19 09:29 AM