• Display Time and Date
    Here is the code I found on Keil APP note and when I used it, it did not even compile !! Yes. There are numerous ways to associate the time and date of a routine with that routine. Most of these methods...
  • Date and Time
    Hi I need to compare two different date&time. Anyone ho have any app note on this?
  • date/time as string
    I have the following code that sets the date & time: date_time_get_current_time(¤t_time); if(current_time.hours > 4 && current_time.hours <10) { When the device boots, time will be set 0 (2017...
  • How stored date and time information?
    On STM32F1 I need create a log with storing the EEPROM, any as 30.10.2015 17:30 temp, humidity, xx, xx ,xx 30.10.2015 17:45 temp, humidity, xx, xx ,xx I wonder how to store time information...
  • RL-FlashFS EFS date and time
    Hello, I'm using RL-FlashFS with 2 file systems one on a USB MSD (FAT) the other on NOR Flash (EFS). I've implmented the two time functions: fs_get_time and fs_get_date. These appear...