2021-08-20 01:41 AM
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
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
2021-11-12 06:39 AM
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.