I have a problem using the timers on my cc2530eb.
In my code I included "hal_timer.h", and in the project files there is also listed "HAL\Target\CC2530EB\Drivers\hal_timer.c", which has the following output files: hal_timer.lst, hal_timer.pbi, hal_timer.r51, hal_timer.s51
Still, when I call the function HalTimerInit() to init the timer support, I receive a linking problem, which is:
Error[e46]: Undefined external "HalTimerInit::?relay" referred in myCoordinator ( D:\Texas Instruments\ZStack-CC2530-2.4.0-1.4.0\GCDevelop\ProjectHotel_3.1.2dev\Projects\zstack\Samples\myApp\
Any hints to solve it? If it may help, the stack I'm using is 2.4.0-1.4.0.
Thanks a lot in advance