Hi, I'm using RL-flash and I would like to know how to set for create FAT file with time/date from RTC. All my files are 01/01/2008 12:00. Which register i can set to update this time and date? Thanks
//in main file, in the function where file is created void FILE_Create() { ... fs_get_time(); <= did you want any side effect? because you aren't using return value fs_get_date(); <= "- file = fopen(filepath, "w"); ... }