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.

Time execution program

Other Parts Discussed in Thread: CC2530, Z-STACK

Hi,

I bought CC2530 ZDK, and IAR Embedded Workbench 8.11.1

I would like calcul the execution time of my fonctions,

So I use the fonction HalTimerStart at the beginning and the fonction HalTimerStop at the end.

to finish, I calculate the difference between timer.

 

But I have an error:

Error[e46]: Undefined external "HalTimerInit::?relay" referred in zcl_samplesw ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\HomeAutomation\prjZigTagEmiter\CC2530DB\EndDeviceEB\Obj\zcl_samplesw.r51

Error[e46]: Undefined external "HalTimerStart::?relay" referred in zcl_samplesw ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\HomeAutomation\prjZigTagEmiter\CC2530DB\EndDeviceEB\Obj\

I use the version of IAR 8.11.1 so I can use the Z-Stack

Could you help me please?

Or is there another method?

 

Thanks for your help,

Regards,

yoann