User Activity

// in 1/32768 parts of second, 1 hour (3600*32768) max. uint32_t cRTC::getCurrentTime32768(){ volatile uint32_t time = 0; volatile uint16_t takenTime = 0; volatile uint16_t takenSSR; volatile uint16_t dummy;   //reading either RTC_SSR or RTC_TR ...
Hi,Turning Voltage regulator into low-power mode (LPR) in Stop mode possible only for Category 1 devices as stated in RefMan (6.4.1 p158), but referring on datasheet for L051 family (that's category 3) that's however possible (3.1 p14 & 3.4.3 p21). S...