NUCLEO-WBA55CG Zigbee_OnOff project - LED not blinking/toggling as expected
I am working with the NUCLEO-WBA55CG board on a Zigbee_OnOff project, and I am facing an issue with the LED behavior.
Environment
- Board: NUCLEO-WBA55CG
- MCU: STM32WBA55CG
- STM32CubeMX version: 6.17.0
- Firmware package: STM32CubeWBA
- Application type: Zigbee On/Off example / based project
The project is able to run, and Zigbee side behavior appears to be partially working, but the LED is not blinking/toggling as expected.
The problem is:
- button press has no visible impact on the LED, or
- Zigbee On/Off action does not toggle/blink the LED as expected
In my case, the issue looks more related to the GPIO / board mapping / callback path than to Zigbee network joining itself.

