User Activity

Posted on August 25, 2017 at 13:22In a project I'm using a pointer to read data from memory.I have problems with this procedure.My pointer is a uint32_t * punt.The pointer extracts the data and then increments itself.extraction = *punt;punt = punt +...
Posted on June 08, 2017 at 18:14 Plese . I have some problems with RTC Calendar. I do not understand how to use it. You can send me some examples for STM32f407VGTx Discovery. (HAL Library)With HAL_RTC_SetTime (& hrtc, & sTime,...
Posted on June 07, 2017 at 11:16I am at my first time with RTC and I have some problems.I would like to configure rtc as a calendar.I would like to retrieve date and time after a certain event.I am following the RTC_Calendar example in the STM324xG_...