如题,哪位能回答下如何使用Amigo板载GD32芯片提供的JTAG接口调试K210嘛?我使用的环境是PlatformIO,在配置中设置upload_protocol=sipeed_rv_debugger, 并使用zadig尝试分别替换两个虚拟串口的驱动为WinUSB,但PIO仍然无法烧写程序。我参考的是这个链接:https://community.platformio.org/t/esp32-pio-unified-debugger/4541/20
我是把板载JTAG当作Sipeed调试器来尝试的(没看到官方哪里有JTAG信息,只能当作这个尝试了。):https://docs.platformio.org/en/latest/plus/debug-tools/sipeed-rv-debugger.html#debugging-tool-sipeed-rv-debugger
如哪位能告知,成分感谢。