2021-05-17 03:02 AM
We are planning to make a custom debugger using STM32WB55RG. For communication with openOCD, we have customized the DAPLink firmware. Is it possible to use STM32Cube IDE with OpenOCD as debugger for our custom board, or do we require a custom tool?
2021-05-17 03:59 AM
You can use OpenOCD for debugging. in CubeIDE goto menue run/DebugConfiguration. Doubleclick on GDB Hardware debugging and adjust for your probe type and other parameters.