User Activity

I am using an STM32L010k8 with HAL driver version 1.11.2, when I erase a single flash page at address 0x08004000, the very first call to function FLASH_WaitForLastOperation within HAL_FLASHEx_Erase fails because the OPTVERR bit in FLASH_SR register i...
Will support be added to X-CUBE-MEMS (1.6.2.0) for the LIS2DH12?
I am using an STM32F303CB with HAL/LL version 1.10.0It seems that TIM2 is not available in the drivers for this part as RCC_CFGR3_TIM2SW is not defined.Is this a fault with the driver library or a configuration from Cube?Thanks
I am using an STM32L010k8 device, every second word write to Flash using the HAL driver function HAL_FLASH_Program() generates a write protection fault (WRPERR bit in FLASH_SR). If I retry the write to the same address the error is not presentIs this...