Resolved! Lowpower Modes STM32L4 and RTC
Hey there.. iam currently working with a L432KC on a custom made PCB.My programm reads a sensor value (I2C) and sends it so another device via SPI.This operation is performed every minute.iam using the HAL_Delay(60000) command to wait fot the next mi...