Particle Debugger for a ESP32

Hello,

Is it possible that you implement the Particle Debugger Particle Debugger – Particle Retail in order to use it in the Platform? It supports open source GDB.

Or how can I costum add it?

Best regards,

Although this debugger is a CMSIS-DAP compliant debugger, which means the interface/cmsis-dap.cfg config file of openocd could maybe be used, the connector doesn’t implement all needed JTAG Signals. It basically only has SWD support (SWDIO + SWCLK) for ARM chipsets. See schematics. Needs at least TDI, TDO, TCK and TMS (see here).

3 Likes

Thank you for your answer and I can see clear that the JTAG pins are not available.