Other Parts Discussed in Thread: TIMAC, CC2530
Hi,
I am using the TIMAC stack, version 1.5.1.
I am working with the sample application provided with the stack to do some feasibility testing. The TIMAC API document describes the macUpdatePanId() command. But when I call this command I am getting a Linker error:
Error[e46]: Undefined external "macUpdatePanId::?relay" referred in nwkGrpMatching ( E:\Projects\MPQT\L3C TIMAC\TIMAC 1.5.1\Projects\mac\Sample\cc2530\IAR Project\Normal-Banked\Obj\nwkGrpMatching.r51 )
The command is decalred in the interface header file mac_api.h but it seems like it's not in the precompiled library. Is it just missing, do I have to include an additional library or set a special symbol in order to be able to use this feature?
Thx,
Jens