First hand on Nucleo pack and FUS_IMAGE_NOT_AUTHENTIC error when upgrading FUS on STM32WB55RG
Hi all,
I've got my hands on the STM32WB55 Nucleo pack. I've been trying to test the pre-loaded application first but i wasn't able to make the board and the dongle communicate.
So I tried loading an other example project on the board and then I lost the LCD display, it is not showing anything anymore, even after loading the default .hex. How can I fix that ?
After this, i wanted to mke sure that I would be able to flash the RF stack in case of a problem so I followed the steps of the Release notes to flash the Wireless Coprocessor Binary, making sure that I got every step right and that I was writing to the right addresses (0x080ec000 for fus and 0x080cb000 for the ble_stack) . But I always end-up with an FUS_IMAGE_NOT_AUTHENTIC error.
I tried different FUS and stack files version but nothing changes.
I've tried to perform a full chip erase with CubeProgrammer before upgrade and also I wrote 0xBB, then 0xAA to RDP. But I still got this issue.
Any help will be welcome