Part Number:CC2640R2F
Tool/software: TI-RTOS
Using CC2640R2F simple peripheral example, I am trying to add a Timer module from the TI-RTOS Harware Abstract Layer. I am including the Timer.h header file located in ti/sysbios/hal/Timer.h which compiles fine. The problem I am having is I am getting "unresolved symbol ti_sysbios_hal_Timer_create, first reference in <whole-program> linker errors". Also for Timer_start_E, Timer_stop_E, and Timer_Params_init_S.
What do I have to add to my linker configuration to fix these linker errors?