Hi,
I am using sample code SimpleBLEBroadcaster for developing BLE applications in CC2650. When I tried to add a timer to the project,
I am getting the following errors:
undefined first referenced
symbol in file
--------- ----------------
ti_sysbios_hal_Timer_Params__init__S <whole-program>
ti_sysbios_hal_Timer_create <whole-program>
I have added the header #include <ti/sysbios/hal/Timer.h>.
Could you please tell me which library should I link to the project so as to remove this error?
Thanks in advance!!!