Hi all,
i just recently download the new IDE 2.0 and was trying to run the debugger using Arduino MKR WiFi 1010 board, but i keep getting error say it can't connect to GDB Server.
Hi all,
i just recently download the new IDE 2.0 and was trying to run the debugger using Arduino MKR WiFi 1010 board, but i keep getting error say it can't connect to GDB Server.
I moved your topic to an appropriate forum category @steven115.
In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.
This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.
Thanks in advance for your cooperation.
Hi @steven115. Do you have a CMSIS-DAP compliant debug probe connected between your computer and the MKR WiFi 1010 board?
If not, this error is expected. You must have a debug probe in order to use the Arduino IDE 2.x integrated sketch debugger. The debugger is configured to use a CMSIS-DAP probe by default, but it is also possible to configure it for use with a Segger J-Link debug probe. The exception to the requirement of having this additional hardware is the Arduino Zero board. This board has an on-board debug probe, so you can use the Arduino IDE debug feature with the Zero even without connecting any additional hardware.
You can learn more about the debugger here:
Thank you for the quick feedback, I will get the Arduino Zero board and try this out.
You are welcome. I'm glad if I was able to be of assistance.
Regards,
Per
I just got the Arduino Zero but this board doesnt work with IoT, is there a board that works with IoT and had debugging built in?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.