Renesas RZB-ZMD16C-ZDK user manual Customization of Demo Program Settings, Other Limitations

Models: RZB-ZMD16C-ZDK

1 33
Download 33 pages 63.28 Kb
Page 16
Image 16
6.11. Customization of Demo Program Settings
/* RECEIVE BUFFER */ #define RX_BUFF_SIZE 256

Applications Engineering

6.11. Customization of Demo Program Settings

The following definitions can be changed at the top of the ZDK_Demo.c file to fit your requirements.

/* ZigBee Configuration */ #define DEMO_CHANNEL 1

#define SCAN_CHANNELS ((DWORD)0x1 << DEMO_CHANNEL) /* Only scan our demo

 

channel */

//#define SCAN_CHANNELS 0x7FFF800 /* Scan every channel */

ZbPANId s_LocalPanId = 0x1ACE;

/* MUST BE A VALUE LOWER THAN 0x3FFF */

/* ASCII Input */

#define MAX_SERIAL_INPUT 20

/* Address Book */

//This array holds the addresses of all the nodes currently

//on the network. It is updated only by the coordinator. #define MAX_BOOK_ENTRIES 32

/* Circular buffer size for data payload (all data is held in this one buffer) */

#define RX_BUFF_ENTRIES 16 /* Number of buffered packet that can be queued up */

6.12. Other Limitations

The RZB-ZMD16C-ZDK provides sophisticated debugging features at a low cost, but it does have some limitations when used with the HEW software debugger and ICD. Those limitations are described in more detail in the RZB-ZMD16C-ZDK User manual (Start > (All) Programs > Renesas > RZB_ZMD16C_ZDK > All Manuals and Documents).

RZB-ZMD16C-ZDK User’s Manual Rev 1.2 16/ 33

August 2006

Page 16
Image 16
Renesas RZB-ZMD16C-ZDK user manual Customization of Demo Program Settings, Other Limitations