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.

CC2652R: Using Network Time Synchronization OpenThread API on CC2652R device configured as sleepy end device (SED)

Part Number: CC2652R

Hi,

I currently used CC2652R for one of my OpenThread application as sleepy end device. I am currently exploring options to synchronize the devices time and have found that Open Thread does have an API that could be used to synchronize time among nodes. Using this information i did the following with SDK libraries:

1. configured  "OPENTHREAD_CONFIG_ENABLE_TIME_SYNC" macro to '1' to enable the feature

2. OpenThread MTD library failed to compile when i used "otNetworkTimeGet" function from network_time.h

3. Fixed compile issue on this function and now i am stuck with not being able to find "time.c" file. The compile fails for this reason as it could not locate the function  "otPlatTimeGet" which is declared under "time.h" file. 

Here is the question:

is this feature supported by TI OpenThread SDK? if yes where can i find the files i am looking for? or any more information on this will be helpful...

Thanks,

Sanket