Part Number: CC1352R
Hello,
I am using cc1352R with SDK 3.40
I am using 15.4 sensor oad offchip secure example.
I would like to use cc1352 RTC for alarm on particular date and time?
So, Can you please guide me, how to do this.
Thank you,
Kartik.
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.
Hello Kartik,
This has been resolved before in this forum.
I think this thread will answer this question better than I can:
https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz/f/156/t/515115
Regards,
AB
Hello AB,
Thank You for your quick response.
I completely understand how to convert epoch second into date and time format.
But I want to perform an activity at a every specific date and time.
For ex. I want to perform some activity every Friday morning at 10.00 AM.
So I am looking for the RTC callback (interrupt based) mechanism.
So, Can you please guide me, how doing this.
Thank you,
Kartik.
Hello,
Any update on this.
Thank you,
Kartik.
Kartik,
The RTOS uses the RTC for timing. You can schedule a RTOS timer/clock and set the time for interrupt for the specific time and date. Just change the format to clock ticks.
Regards,