STM32WB55CEUx custom board ble stack updating.
Hi, I recently designed my own pcb board for STM32WB55CEUx MCU.
Then, during working with my board I got some problem at APP_BLE_Init() function
and the symptoms are exactly same with
this
STM32WB55 BLE Stack trouble on new hardware: https://community.st.com/s/question/0D50X0000B5IOp2SQG/stm32wb55-ble-stack-trouble-on-new-hardware
and this
STM32WB : Bug in FW_WB_V1.0.0: aci_gap_set_discoverable > hci_send_req > hci_cmd_resp_wait - wait infinitely for hci_cmd_resp_release after few connection/disconnection
So, I think I should update the ble stack inside my mcu.
But, I can only find the examples for the nucleoboard, which has USB bootloader mode.
I only have ST-link interface in my custom board.
How can I update ble stack with only stlink? or is it impossible?
Every pins of STM32WB55CEUx is available in my custom pcb board and other normal functions except ble work normally.
Any other tips for my situation is welcomed.
