[STM32WB55] Unable to connect to the target via USB DFU mode
I am working on the STM32WB55 Nucleo board and currently facing a problem. I have erased the whole flash, i.e. all memory locations are reset to 0xFFFFFFFF from 0x08000000 and 0x08FFFFFF. When I reconnected the board under USB DFU mode using STM32Cubeprogrammer GUI, I accidentally pressed "start wireless stack" button then the target is automatically disconnected. When I try to reconnect the target board, it failed and prompted: "Device is under read out protection! If you want to disable RDP please reconnect with Read Unprotected enable":
However, the RDP value that was read after I connect the board again via ST-Link is 0xAA (no protection):
I have no idea why I cannot reconnect the board via USB DFU mode anymore since the RDP value reading is indeed 0xAA (no protection). I need to re-install the wireless stack and FUS firmware but I am currently stuck here. Please kindly advise and help. Thanks!