Forum Replies Created
-
AuthorPosts
-
jnannengParticipant
Here’s the VisualGDB diagnostic output from 5.4 R12, same USB port, etc… that I had used with 5.5 R4 (and that log as above)
Performing a 1200 bps reset sequence on COM6…
Waiting for programming port to appear. Pre-reset ports: COM3, COM6
Post-reset ports (#0): COM3, COM6
Post-reset ports (#1): COM3
Post-reset ports (#2): COM7, COM3
Found new COM port: COM7
C:\Users\jnanneng\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17\bin\avrdude “-CC:\Users\jnanneng\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf” -patmega32u4 -cavr109 “-PCOM7” -b57600 -D “-Uflash:w:c:\projects\ArduinoProject6\Output\Arduino_Micro\Debug/ArduinoProject6.ino.hex:i”Connecting to programmer: .
Connecting to programmer: .
Found programmer: Id = “CATERIN”; type = S
Found programmer: Id = “CATERIN”; type = S
Software Version = 1.0; No Hardware Version given.
Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.
Programmer supports buffered memory access with buffersize=128 bytes.Programmer supports the following devices:
Programmer supports the following devices:
Device code: 0x44
Device code: 0x44avrdude: AVR device initialized and ready to accept instructions
avrdude: AVR device initialized and ready to accept instructionsReading | ################################################## | 100% -0.00s
Reading | ################################################## | 100% -0.00savrdude: Device signature = 0x1e9587 (probably m32u4)
avrdude: Device signature = 0x1e9587 (probably m32u4)
avrdude: reading input file “c:\projects\ArduinoProject6\Output\Arduino_Micro\Debug/ArduinoProject6.ino.hex”
avrdude: reading input file “c:\projects\ArduinoProject6\Output\Arduino_Micro\Debug/ArduinoProject6.ino.hex”
avrdude: writing flash (4088 bytes):
avrdude: writing flash (4088 bytes):Writing | ################################################## | 100% 0.32s
Writing | ################################################## | 100% 0.32savrdude: 4088 bytes of flash written
avrdude: 4088 bytes of flash written
avrdude: verifying flash memory against c:\projects\ArduinoProject6\Output\Arduino_Micro\Debug/ArduinoProject6.ino.hex:
avrdude: verifying flash memory against c:\projects\ArduinoProject6\Output\Arduino_Micro\Debug/ArduinoProject6.ino.hex:
avrdude: load data flash data from input file c:\projects\ArduinoProject6\Output\Arduino_Micro\Debug/ArduinoProject6.ino.hex:
avrdude: load data flash data from input file c:\projects\ArduinoProject6\Output\Arduino_Micro\Debug/ArduinoProject6.ino.hex:
avrdude: input file c:\projects\ArduinoProject6\Output\Arduino_Micro\Debug/ArduinoProject6.ino.hex contains 4088 bytes
avrdude: input file c:\projects\ArduinoProject6\Output\Arduino_Micro\Debug/ArduinoProject6.ino.hex contains 4088 bytes
avrdude: reading on-chip flash data:
avrdude: reading on-chip flash data:Reading | ################################################## | 100% 0.04s
Reading | ################################################## | 100% 0.04savrdude: verifying …
avrdude: verifying …
avrdude: 4088 bytes of flash verified
avrdude: 4088 bytes of flash verifiedavrdude done. Thank you.
avrdude done. Thank you.jnannengParticipantYes, I’ve been trying different things; different machines, different USB ports, etc…
The arduino tools all work as expected. VisualGDB 5.5R4 fails in all cases.
I was positive this used to work back when I purchased my VisualGDB license (but I’ve since built a new machine, etc…). Then I noticed that VisualGDB had an update posted on december 3rd, 2020. So I uninstalled that version and moved back to the one I likely was using… 5.4R12. And now VisualGDB flashes successfully.
Thus I presume there’s a software regression somewhere in the latest version of VisualGDB?
jnannengParticipantDiscovered that arduino has a web editor. Uploading a sketch from it displays more information in it than the arduino IDE. Attaching that info.
Attachments:
You must be logged in to view attached files.jnannengParticipantDevice manager does show a swapping of ports when uploading the sketch from the Arduino IDE. Today was COM13 -> COM14 (bootloader) -> COM13.
When flashing from within Visual GDB that does not occur.
How do we fix this? (I’ve got 4 different boards and VisualGDB fails to flash any of them–currently regretting my purchase of VisualGDB)
-
AuthorPosts