Skip to main content
JFeut.1
Associate
August 20, 2021
Question

Zigbee stack crash on Nucleo USB dongle

  • August 20, 2021
  • 1 reply
  • 1278 views

Hi all,

I'm trying to develop on the Nucleo USB dongle.

I'm creating an empty Zigbee project with the FW 1.12.1 I configure the minimum in cubeMX the project crash in startup_stm32wb55cgux.s

0693W00000DpuBJQAZ.png 

I'm running FUS V1.2.0.0

I'm using the wireless copro : stm32wb5x_Zigbee_FFD_fw.bin from the version 1.12

is anyone able to use zigbee on the STM32WB55CG ?

Thank you

Regards

This topic has been closed for replies.

1 reply

Remi QUINTIN
Technical Moderator
November 12, 2021

Assuming the crash happens at the beginning of the startup phase, it is highly probable that the setup made via CubeMX (except Zigbee) is not the right one.

I would recommend you start from a working .ioc file that correctly configures clocks and other IPs ... and set the same type of configuration as when starting from a void project.