User Activity

HAL_StatusTypeDef HAL_RTC_DeInit(RTC_HandleTypeDef *hrtc) function returns HAL_ERROR because RTC_EnterInitMode(hrtc) returns HAL_TIMEOUT. When checked in community, I can see solutions as to call HAL_PWR_EnableBkUpAccess(); before setting RTC functio...
I have LIS2DW12 connected to STM32L072RZT6 MCU. INT1 pin of LIS2DW12  is connected to PC13 (wakeup pin2) of MCU. I am trying to wake up MCU from standby using LIS2DW12  with the 6D orientation example in https://github.com/STMicroelectronics/STMems_...