Hi
I'm trying to file open and write for logging temperature data and others on nRF52840.
I successfully open, read and write on SD card or flash in nRF52840.
I also have used nrf_cal_set_time(year, month-1, day, hour, minute, second) in nrf_calendar.c successfully.
It's a great and file to display date and time.
But, after file creation using f_open(), f_write() and f_close(), I found that the default date&time of the file is always 01/01/2016.
I appreciate that if you let us know what is wrong from my side and how to change or set the date & time of file property.
Thanks
Minsoo Jang