Dynamic C V. 10.21 (Rcm4510W Preview And Standard Versions) - RabbitCore RCM4500W User Manual

C-programmable zigbee core module
Table of Contents

Advertisement

There are also two ZNet 2.5 libraries in the
folder.
• A Dynamic C library of the type
RCM4510W.
• A Dynamic C library of the type
RCM4510W.
Make the following modifications to the
according to whether you will be using the RCM4510W as a coordinator, a router, or an end
device.
• Select the XBee role macro according to whether the RCM4510W is being used as a coordina-
tor, a router or an end device.
#define XBEE_ROLE NODE_TYPE_COORD
#define XBEE_ROLE NODE_TYPE_ROUTER
#define XBEE_ROLE NODE_TYPE_ENDDEV
• The RCM4510W uses either the ZNet 2.5 protocol or the ZB protocol. Make sure the
statement calls for the protocol used.
#define
#define XBEE_PROTOCOL XBEE_PROTOCOL_ZNET
#define XBEE_PROTOCOL XBEE_PROTOCOL_ZB
D.1.2 Dynamic C v. 10.21 (RCM4510W preview and standard versions)
Encrypted libraries have been created within Dynamic C for the two types of firmware. The two
libraries provided are in the
• A Dynamic C library of the type
RCM4510W.
• A Dynamic C library of the type
RCM4510W.
Make the following modifications to the
according to whether you will be using the RCM4510W as a coordinator, a router, or an end
device.
• Uncomment the following line if you will be using the RCM4510W as a coordinator.
#define ZIGBEE_COORDINATOR
• Uncomment either of the following two lines if you will be using the RCM4510W as a router
or an end device. The same firmware will be uploaded to the RCM4510W regardless of which
line is commented out.
#define ZIGBEE_ROUTER
#define ZIGBEE_ENDDEV
User's Manual
LIB\Rabbit4000\XBee\XBee_Firmware\ZNet
XB24-B_ZigBee_...41.LIB
XB24-B_ZigBee_...47.LIB
MODEMFWLOAD.C
LIB\Rabbit4000\RCM4xxx\RCM45xxW_XBee_firmware
XB24-B_ZigBee_11....LIB
XB24-B_ZigBee_13....LIB
MODEMFWLOAD.C
is used for a coordinator
is used for an end-device/router
sample program.before you run it
is used for a coordinator
is used for an end device/router
sample program.before you run it
folder.
97

Advertisement

Table of Contents
loading

Table of Contents