Question
Iam using STM32L412 nucleo board. To achieve low power consumption Iam using standBy mode and RTC Wakeup. On wakeup I found that the data is not retained .
Iam using STM32CUBEIDE for setting up the project. While refereing I have found some articles stating that standby mode default sram contents are lost and we need to use the backup mechanism also I found a reference like (http://5.9.10.113/62624874/stm32f4-sram-contents-retain-even-after-power-reset-and-standby) but here Iam unable to get the __HAL_RCC_BKPSRAM_CLK_ENABLE();
& HAL_PWREx_DisableBkUpReg();
HAl functions for STM32L4 device. Please help in to achieve data retension of SRAm for the device.
