2025-06-03 8:07 AM
Hello,
I’m working on a project using the STM32WB55 as a Zigbee Coordinator, and I want it to receive all broadcast requests sent over the Zigbee network (e.g., data broadcasts, match descriptor requests, etc.).
Could you please guide me on:
The necessary configuration settings to ensure the coordinator receives all broadcast messages.
Which callback functions or filters I should register (e.g., at APS or ZDO level) to catch those broadcast packets.
Any example code or recommended practices for parsing incoming broadcast frames.
Thank you in advance!