User Activity

Posted on November 16, 2017 at 10:23I am trying to jump to flash loader from user application. I am using a custom board based on the STM32L476. Premising that the standard procedure 'Hw Reset + Boot0 pin setup' works flawlessly by using the example...
Posted on July 27, 2017 at 17:00Using the HAL Library release 1.8.1 for the x476, I am facing problem using SD card from different company.I am successfully using an 8Gbyte Verbatim micor-SDHC memory since a year. Nowadays I am trying to use instead...
Posted on December 21, 2016 at 12:30Hi,Iis anyone aware how to set the RTC registers to obtain a .01s resolution using the subsecond register ?RegardsF.c.
Posted on November 30, 2016 at 16:21Hi,The latest release of RTC HAL library (1.6.0) for STM32L4 does not clear the RTC  ALARM interrupt flag.The following code from the function''void HAL_RTC_AlarmIRQHandler(RTC_HandleTypeDef* hrtc)''    /* Clear t...
Posted on November 19, 2014 at 17:07I am having trouble to wake up the STM32F407 from the STOP condition using a GPIO EXTI line (PB 0).   The same GPIO line is used when the STM32 is ON to switch it OFF (THIS WORKS PERFECTLY) and whenever it is OFF ...