With TI-RTOS 2.13.1.09, CCS compiler error, CC2640, 5x5, when recompiling the Stack I get an error : undefined symbol TimerElapsed, first referenced in file ./OSAL/OSAL_Timers.obj. Previous version of RTOS compiled OK. Any clues?
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.
Confirmed I'm encountering this same error .. exhibited as a DWARF corruption when trying to flash the stock `sensortag_cc2650stk_stack` build with O5 optimization. Once I followed instructions here and dropped to O0 optimization I got the `TimerElapsed` undefined symbol linking error. I then commented out the entire `osal_adjust_timers()` function body and was able to rebuild and load without issue.