Posted on January 26, 2018 at 21:05
Hi, I'm writing an application with a STM32L051 (32 pin, 64kB ROM).
This application uses the RTC and I wanted to use the RTC periodic auto wake-up feature to update the time display every 60 seconds.
THE...
Posted on January 15, 2017 at 21:27I am working with a Nucleo L031K6 board and my application showed strange behaviour that I could finally track down as two C variables sharing the same memory location....Not being a specialist in neither C nor the...
Posted on January 15, 2017 at 23:15Aaargh, what a blunder .... thanks I was just thinking I could use 0 and 1 as index, knowing it is 0-based, but of course it specifies the size...