STM32Cube_FW_G0_V1.4.0 bug ?
Hello,
I work with STM32G070RBT. I upgrade FW to STM32Cube_FW_G0_V1.4.0.
These definitions have disappeared from the file stm32g070xx.h:
#define RCC_CFGR_SWS_HSI (0UL) /*!< HSI used as system clock */
#define RCC_CFGR_SWS_HSE (0x00000008UL) /*!< HSE used as system clock */
#define RCC_CFGR_SWS_PLL (0x00000010UL) /*!< PLL used as system clock */
#define RCC_CFGR_SWS_LSI (0x00000018UL) /*!< LSI used as system clock */
#define RCC_CFGR_SWS_LSE (0x00000020UL) /*!< LSE used as system clock */
My project cannot bild at this time.
Peter
