User Activity

I am seeing an intermittent error returned by fopen() call resulting in file open failure on the SD Card.Wondering if someone has encountered this error while using STM32Hxxx and what could be the cause of this error.Really appreciate your supportTha...
Trying to use osThreadFlagsWait() in my command handler for command processing thread to save CPU utilization and seeing issue where system gets stall.====================while (1) {  int cnt = getcmd();  if (cnt >= 0) {    process_command();  } else...
File created on SD Card shows incorrect creation time.shown in above fig in red all files which gets created on SD card carry same creation time.Wondering if missing something in CubeMX settings 
I am using above settings and functions for RTC and One Alarm, also attached with this post as RTC_and_One_Second_Alarm_Setup_using_STM32hxxx.pdf, please review and let me know if you see any issue. Thanks in Advance.
Can not access .ioc file merge post I created, getting access denied while trying to access it, anybody know what i might be missing?Link for the posthttps://community.st.com/t5/stm32cubemx-mcus/how-to-cleanly-merge-stcubegenerated-ioc-file-in-a-team...
Kudos from