CC2640 RTC
时间:10-02
整理:3721RD
点击:
如何获取RTC,如何调用Stack中的osal_ConvertUTCTime( UTCTimeStruct *tm, UTCTime secTime )。
我现在想使用Stack中的时钟接口,请问,如何在APP工程中调用。
RTC的应用,请参考协议栈中的time_app例程,路径:C:\ti\simplelink\ble_sdk_2_02_00_31\src\examples
UTC_clock.c
UTCTime UTC_getClock(void)
{
return (UTC_timeSeconds);
}