Problems to connect to bootloader on NucleoWB55 board and custom board
Hi,
My problem is the following, I cannot connect to bootloader mode of nucleo board and my custom pcb with wb55rgv6.
For Nucleo wb55 board, I do exactly as precised in the documentation, I connect CN7.5 and CN7.7 to put BOOT0 to VDD. I connect JP1 to USB MCU and finally, I connect USB cable to USB_USER. I run STM32CubeProgrammer, I switch to USB connection and there I do not see any device in DFU mode. If I do it in command line, I execute the following command "STM32_Programmer_CLI.exe -l" to list all peripherals that I can connect to but it sys me that there is nothing. I precise that I can do both ways with USB dongle in Bootloader/DFU mode and that driver is up to date, it is the 2018 version delivered with last version of STM32CubeProgrammer.
Because of those problems, my development is stuck, I cannot know FUS and Wireless Firmware states and I can not update it.
On my custom board, coprocessor never sends me the signal that it is ready to handle commands coming from Cortex M4 ("p_sys_event->subevtcode == SHCI_SUB_EVT_CODE_READY" line 202 of BLE_OTA example never reached on my custom board), so I never starts BLE application. I concluded that it is the wireless firmware is not present or not activated but I cannot connect to DFU mode on my custom board neither to investigate more ...
Here is where I am stuck, please any advices or material that could help would be much appreciated.
Thank you in advance !
Yannick.
