User Activity

Used STM32CubeIDE version: 1.15.1Used driver library: STM32Cube_FW_G0_V1.6.2, LowLevel-DriversMicrocontroller STM32G0B0xx LL Drivers have been selected for DMA and all other peripherals as far as possible. There are several bugs in the generated code...
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...
Kudos from