Why after fwdelete STM32WB55 I got -> 0x20030030 : 00000000 ?
I designed my custom board based on STM32WB55CCU6 and I am using an ST-Link programmer for the process (not DUF mode).
I am trying to read The FUS version and update FUS.
The steps that I am following :
1.Delete the existing wireless stack:
STM32_Programmer_CLI.exe -c port=swd mode=UR –fwdelete
Result:
2. Read The FUS version
STM32_Programmer_CLI.exe -c port=swd mode=UR -r32 0x20030030 1
Result:
To ensure this, I've checked the address 0x20030030 with STM32Cube Programmer, it is 00000000.
My question is why after fwdelete I got -> 0x20030030 : 00000000 ?
