User Activity

Posted on September 23, 2016 at 20:24I am observing an odd behavior with HAL_FLASHEx_Erase.  When called to erase multiple pages, the function waits until all pages have been erased before calling FLASH_FlushCaches.  I have observed that my simple S...
Posted on July 25, 2014 at 18:47I have used WFI() previously, but I can't figure out what is going on with my current code.  The WFI() returns immediately, but I can't figure out what interrupt is active.  Any tips for determining what caused a WFI(...
Posted on July 07, 2014 at 17:44Can the standard peripheral library functions RTC_SetDate and RTC_SetTime be used sequentially without worrying about a date rollover between the two calls?  Reading the STM32L reference manual gives the impression th...