I am using TMS320F28035 to do my project. Now, a new function is added. I need to implement a Real Time Clock (RTC).
Can RTC be implemeted by Software? Or, I should redesign my hardware to add RTC circuit. If so, any reference design?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am using TMS320F28035 to do my project. Now, a new function is added. I need to implement a Real Time Clock (RTC).
Can RTC be implemeted by Software? Or, I should redesign my hardware to add RTC circuit. If so, any reference design?
Hi,
The device has CPU timer. It runs in multiple of the CPU clock. You can configure the clock period using timer registers, Will that suffice your requirement?
Regards,
Veena
I need to know the real-world time to do something. Thus, the RTC has to match the real-world time. At first setup, i will set the real-world time(for example 14:00) to RTC. After that, I can get the real-world time from RTC as I needed.
You can implement it in software. However, you may want to go with a standalone RTC chip for the following reasons: