-
-
Notifications
You must be signed in to change notification settings - Fork 431
Debugger does not start with ST-LINK and GIGA #2299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @dav322. |
I would be happy using any debugger. Without debugging I can't use arduino ide. It is absolutely a requirement for a real development environment. I am already using 4.0.10 and it does not work. |
Please try with the nightly build and let us know if it's still the same: https://www.arduino.cc/en/software/#nightly-builds
Unfortunately, I do not have the hardware to try it out. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
It seems it could be a problem related to an old bootloader, could you please try to update it? https://support.arduino.cc/hc/en-us/articles/7991505977116-Burn-the-bootloader-on-GIGA-R1-WiFi |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
PR upstream to change request type: arduino/ArduinoCore-mbed#806 |
@dav322, have you had the chance to workaround the bug in the mbed platform using the steps I have provided at #2299 (comment)? Feel free to let me know if you need help. Thank you! |
Describe the problem
when I try to start debugger I get request 2 canceled on connection close
does not start debugger.
I can upload the sketch and it runs to output the position. I have not tested my sketch with encoders attached yet.
To reproduce
connect stlink v3 to arduino giga with ribbon cable. connect both to pc
open arduino ide. click on start debugging
I have attached the sketch
sketch_nov17a.zip
Expected behavior
I expected the debugger to start and then stop at the breakpoint I set on the first line of the setup routine.
Arduino IDE version
nightly build 11-30-23
Operating system
Windows
Operating system version
windows 11
Additional context
probably not required
Issue checklist
The text was updated successfully, but these errors were encountered: