CC3200是否有带RTC时钟?有相关的API函数吗?放在哪个文件中?
Susan Yang:
参考https://e2e.ti.com/support/wireless_connectivity/simplelink_wifi_cc31xx_cc32xx/f/968/t/363623
It depends on the interval you require, if you do not require scheduling down to the second, then the best way to achieve this would be to use an SNTP server to obtain the time on a periodic basis. There is actually an example of how to do most of this with the CC3200 SDK, check out the get_time example.