Zigbee_Skeleton Application Description

This application is generated by STM32CubeMX including all the libriaries required to start coding Zigbee application.

The purpose of this application is to give a starting point for the client to create his application.

Keywords

Connectivity, Zigbee, Zigbee protocol, 802.15.4 protocol, STM32CubeMX

Application Setup

This application only allows to initialize the LinkLayer for Zigbee applications.
It is up to the client to add his application, calling Zigbee APIs.

Hardware and Software environment

Traces

Note

By default, this application runs with Zigbee PRO stack R23.
If you want to run this application using Zigbee PRO stack R22, you should replace ZigBeeProR23_FFD.a by ZigBeeProR22_FFD.a and ZigBeeProR23_RFD.a by ZigBeeProR22_RFD.a and ZigBeeClusters.a by ZigBeeClustersR22.a in the build environment.
Also, set in the project setup compilation flag CONFIG_ZB_REV=22.