Closed maxgerhardt closed 2 years ago
Board files declares openocd_target": "stm32w55xx" but there is no scripts\target\stm32w55xx.cfg in OpenOCD.
openocd_target": "stm32w55xx"
scripts\target\stm32w55xx.cfg
Should use the better suites board config file st_nucleo_wb55.cfg instead.
st_nucleo_wb55.cfg
See forum.
Thanks for the PR!
Board files declares
openocd_target": "stm32w55xx"
but there is noscripts\target\stm32w55xx.cfg
in OpenOCD.Should use the better suites board config file
st_nucleo_wb55.cfg
instead.See forum.