Tool/software: Code Composer Studio
Hello All,
I am working with PCF8563TS RTC in CC1352R controller, in that I want to know how to use those timer frequencies and how much time i can give to generate interrupt.
And one more point is that there is default frequency is 32.768 Hz with that i have calculated the timing by using that formula:
CountdownPeriod = n / SourceClockFrequency.
I got min 0.030517578125 sec &
max 7.8125 sec
So if i want the interrupt timing should be 5 - 10 min then how can do that.
Thanks,
Sandhya Yadav