Other Parts Discussed in Thread: Z-STACK, CC2538
hello
I'm using TIMAC1.4 with CC2538DK, I need to configure the router as a CC2538EM I chair the Zigbee router, how can I do this?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
TI-MAC SDK integrates only 802.15.4 layer functionality, ie it implements a protocol up to the data link layer.
If you want to run the entire ZigBee stack, need to download the Z-Stack SDK, available at www.ti.com/tool/z-stack
Our latest SDK package (Z-Stack Home 1.2.0), supports CC2538 and have several examples of applications and of device types. If you take for instance SampleDoorLockController workspace for CC2538, you will see 3 different sub-projects each one corresponding to a different device type implementation (Coordinator, Router or End Device).
Please use this as a reference. As you will see, in the Tool group, the corresponding device configuration file is compiled in depending on the device you want to build.
Thanks,
TheDarkSide