Tool/software: Code Composer Studio
Hi
I am trying to use RTC to setup timestamp with which I want send with each data string I send over GPRS every 10 seconds. I have gone through the TI example (msp430fr69xx_rtc_02.c) and also search Internet extensively. I want to do the following.
1. Calibrate RTC
2. Read time from network and synchronize RTC (something like NTP)
3. Read timestamp from RTC and add Timezone offset (I live in India so I have to add 5.30 hrs to UTC)
4. Create an interrupt to send data every 10 seconds with timestamp
Please help me with the code.
Regards
Vijay