Hi
I am trying to use the "outofbox" example for the msp430FR5994 using the CCS compiler and launch pad in standard form to learn to write data to the sd card using the example libraries.
The SD card time stamps are incorrect they don’t take the initialising values set in Init_RTC()
I have commented out the code to reduce it to just creating a directory, file and configure the clock and RTC. The directory and files are created ok.
The SD card time stamp is not updated or set correctly although I can get it to match the Values set in Init_RTC by running init_RTC once and then restarting the micro.
I guess I am doing something very simple wrong but I just cannot find what it is please help I have searched the forums and have not found a solution that works from users with similar issues