Question
Wrong value for RCC_CFGR_SWS_LSE
Hello,
A set of new constants have been added to stm32g070xx.h by CubeMX v6.15.0, and one of them has the wrong value (at line 4200):
#define RCC_CFGR_SWS_LSE (0x00000100UL) /*!< LSE used as system clock */
According to the datasheet, the right value for LSE is 0x00000020UL.
Thanks.
