Part Number: CC3200
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi,
I have multiple Tasks that use the system time for various things. They all call Seconds_get() and only one Task calls Seconds_set() to sync it periodically with NTP time.
Is this safe to do? Or should I protect the Seconds_get() and Seconds_set() with a semaphore?
I am using TI-RTOS for Simplelink on the CC3200.