Applications Engineering
Phase M16C Linker starting
C:\WorkSpace\test\test\sect30_zek28.inc(186) : Warning (ln30):
C:\WorkSpace\test\test\Coord_Router\_ncrt0_zek28.r30 :
'
DATA
' section '
debugger_NE
' is overlapped on the 'bss_NE' from 2380H to
2380H
5.1.5. Customization of Settings
The following definitions can be changed at the top of the
ZEK_Demo.c
file to fit your requirements.
/* ZigBee Configuration */
#define
DEMO_CHANNEL 24
#define
SCAN_CHANNELS ((DWORD)0x1 << DEMO_CHANNEL)
/* Only scan our demo
channel */
//#define SCAN_CHANNELS 0x7FFF800 /* Scan every channel */
/* 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
/* RECEIVE BUFFER */
#define
RX_BUFF_SIZE 256
/* 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 */
RZB-CC16C-ZDK User’s Manual Rev 1.1
12/ 39
December 2006