Hello everybody,
I use Freescale BeeKit + IAR compiler to create a security device. It should support alarm (9) and IAS Zone (500) clusters. Enabling these clusters I got linker errors:
Error[Li005]: no definition for "gIASZoneTable" [referenced from D:\projects\zigbee_module\coordinator_module\coordinator_module\Ha GenericApp\Release\Obj\ZclSecAndSafe.o]
Error[Li005]: no definition for "gIndexInIASZoneTable" [referenced from D:\projects\zigbee_module\coordinator_module\coordinator_module\Ha GenericApp\Release\Obj\ZclSecAndSafe.o]
Could anybody help me finding where gIASZoneTable and gIndexInIASZoneTable are defined?
Thank you in advance.