Problem loading stack on a nucleo STM32WB55
It's a board I've been using for a while, and I'm struggling loading a new stack onto it.
Here are the steps I've executed:
1/ powercycle
2/ start FUS
3/ delete image
4/ powercycle
5/ start FUS
6/ get FUS info: FUS_IDLE | FUD_NO_ERROR | Version=1.1.1.0 | stackversion=1.13.3.2 | FUS opeatorver = 3.1.0
7/ erase memory to load the stack (stack full basic v1.13.3.2, address @0x080D0000)
8/ firmware upgrade of the stack (with verify download enabled, and first install (tested without too))
9/ ERR_IMG_NOT_FOUND.
The weird part is that after a firmware delete and a powercycle, the fus still report the current stack version being v1.13.3.2. However, after checking with a getfwinfo, I get the stack_type == 0. And the SFSA is 0xF4, so only the FUS is protected, leaving the whole Flash writable for the image (which has been verified!)
Can you advise?
