User Activity

Posted on June 02, 2017 at 10:27Until now we used a really old STm32f4xx_DFP version 1.0.7. Now we change to the latest version 2.11.0.In the older version it was possible to use the HASH driver functionality to write to/read from OTP. But in the la...
Posted on May 12, 2017 at 16:28I found a issue in the latest HAL Libary. * @file    stm32f4xx_hal_hash.h  * @author  MCD Application Team  * @version V1.6.0  * @date    04-November-2016  * @brief   Header file of HASH HAL module.Inside HASH->CR regi...
Posted on April 25, 2017 at 10:19I have some problems to understand the functionality of HAL_RTC_SetTime().It is possible to set time and daylight handling data. This makes sense.But how can I adjust the daylight without the other time data? Or the ...