#include "main.h"
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
/* USER CODE END Includes */
/* Private typedef -----------------------------------------------------------*/
/* U...
static void MX_RTC_Init(void)
{
/* USER CODE BEGIN RTC_Init 0 */
/* USER CODE END RTC_Init 0 */
/* USER CODE BEGIN RTC_Init 1 */
/* USER CODE END RTC_Init 1 */
/** Initialize RTC Only
*/
hrtc.Instance = RTC;
hrtc.Init.HourFo...
Hi Andrew! Thank you for your input! I was able to bring down the power consumption to ~1.3nA. But this value is lower than my expectations for STOP Mode w/ RTC ( 0.86 µA Stop mode + RTC + 20-Kbyte RAM retention). Any advice for this?