User Activity

Used STM32CubeIDE version: 1.15.1Used driver library: STM32Cube_FW_G0_V1.6.2, LowLevel-DriversMicrocontroller STM32G070xx   I found a bug in the generated MX_ADC1_Init() function. The delay loop index variable misses the volatile keyword. Consequentl...
Used STM32CubeIDE version: 1.12.0Used driver library: STM32Cube_FW_U5_V1.2.0I found a bug in the initialization of the LSI, when low-level drivers are used. The bug is located in the function SystemClock_Config(). Since the background domain access i...
Affected driver libraries: STM32Cube_FW_U5_V1.3.0 and STM32Cube_FW_U5_V1.2.0, and presumably all earlier versionsFollowing defines are wrong:#define LL_PWR_LPM_SEC PWR_SECCFGR_WUP8SEC#define LL_PWR_VDM_SEC PWR_SECCFGR_WUP8SEC#define LL_PWR_VB_SEC PWR...
Used STM32CubeIDE version: 1.12.0Used driver library: STM32Cube_FW_U5_V1.2.0I used low-level drivers for the PWR peripheral.When configuring secure protection in the PWR configuration, e.g. enabling PWR Security "Voltage detection and monitoring secu...
Affected driver library: STM32Cube_FW_U5_V1.2.0File: stm32u585xx.hThe definition of CRS_CR_TRIM_Msk is wrong.Currently it is:#define CRS_CR_TRIM_Msk (0x3FUL << CRS_CR_TRIM_Pos) /*!< 0x00003F00 */But instead it should be:#define CRS_CR_TRIM_Msk (0x7FU...
Kudos from