Hi , everybody.
I am using CC2531 USB Dongle , and use the SampleRemote project at Texas Instruments\Z-Stack Lighting 1.0.1\Projects\zstack\ZLL\SampleRemote\CC2530DB
I want to implement the PWM on CC2531 USB Dongle in SampleRemote project.
So I copy the hal_timer.c
from
C:\Texas Instruments\Z-Stack Lighting 1.0.1\Components\hal\target\CC2530PMP4712
to
C:\Texas Instruments\Z-Stack Lighting 1.0.1\Components\hal\target\CC2530USB.
And than include the #include "hal_timer.h" in zll_sampleremote-CC2531EMK.c , and add the HalTimer1Init(0); in zllSampleLight_Init.
But it show the following error when I make.
Error[e46]: Undefined external "HalTimer1Init::?relay" referred in zll_sampleremote-CC2531EMK ( C:\Texas Instruments\Z-Stack Lighting 1.0.1\Projects\zstack\ZLL\
What should I do to solve this error ?