If you were able to start openOCD server before and now you can't. It might be related to some configuration settings that are not correctly configured.idf.openOcdConfigsseems to me a good start. ESP-IDF: Select OpenOCD Board Configuration to change this setting, and check the OpenOCD tag...
at file "embedded:startup.tcl", line 24 [Stopped] : OpenOCD Server Which is what you would get if you entered the older previous openocd command. I guess my only options are to findout in which esp32 openocd script the command to open an openocd session is done for VS code, or t...
We do not know what the real cause of the error is but it appears on ESP-IDF v4.4.1 and v4.4.2 when we activate Bluetooth and select the NimBLE or Bluedroid stack. After we switched to ESP-IDF v5.0-beta1 the error only appears when we select the Bluedroid stack but does not appea...