Flashing Arduino Zero Clone does not work

Sysprogs forums Forums VisualGDB Flashing Arduino Zero Clone does not work

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #21905

    More suggested features:

    • vertical scrollbar in arduino console
    • global color settings for arduino console
    #21914
    support
    Keymaster

    Hi,

    No problem. With the reset sequence, you might be able to reset it by first triggering a bootloader reset (same as when programming FLASH), and then immediately issuing an “exit bootloader” command or programming an empty image without erasing. Checking the bootloader sources might help find the exact commands or suggest a better idea.

    With hardware debugging, if the board has the JTAG or SWD pins exposed, the Olimex debugger should work.

    We have also added an option to control the vertical scrollbar in the console to this build: http://sysprogs.com/files/tmp/VisualGDB-5.4.4.2430.msi (under Tools->Options->VisualGDB->General->GUI). The default colors unfortunately would be trickier, so we will try to add an option for them next time we redesign the terminal settings logic, but we won’t be able to add this option in v5.4.

    #22413
    Fedexx2
    Participant

    I’m having the same exception:

    System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at …….

     

    Visual studio 2017 v.15.8 + VisualGDB 5.4 preview 4
    Create new MinGW Windows project, then switch configuration from the dropdown: debug->release->debug->release

    Visual studio 2017 v15.7 doesn’t have this problem.

    • This reply was modified 5 years, 6 months ago by Fedexx2.
    #22415
    support
    Keymaster

    Hi,

    Thanks for sharing the 100% repro steps. We have managed to reproduce it on our side and it looks like a bug in the Visual Studio itself.

    We have submitted a bugreport with the narrowed down repro steps to the Visual Studio Developer Community. Please feel free to upvote it there if you find the bug annoying.

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.