lumax
6
Hello,
I think PlatformIO uses openocd when you specify jlink as your debugger tool
With the Zadig WinUSB driver instead of the segger tools the jlink is working now.
No need for tool-jlink package.
Here is the platformio.ini:
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
debug_tool = jlink
upload_protocol = jlink
Thank you for your efforts.
2 Likes