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.

CC3220: Is there any issue using the __TI_TIME_USES_64?

Part Number: CC3220

I found the following article in the TI wiki: Time and Clock RTS Functions

I wanted to utilize the macro __TI_TIME_USES_64 to ensure there is no issue with my internal time functions having issues when EPOCH time rolls over.

When I defined it in my project settings many of the timers from time.h that I was using began operating abnormally. The timers would immediately elapse whereas they operated as intended before defining the 64 bit time.

I was wondering if this is a known issue or if I need to recompile either the CC3220 SDK or something of that nature?