KeepIS
 Guru
 Joined: 13/10/2014 Location: AustraliaPosts: 1860 |
Posted: 06:07am 01 May 2025 |
|
|
|
FYI: If one is using the small usbasp programmer with the Arduino IDE when coding, and you want to use it to upload the build from the Arduino IDE and not run into safe-mode settings problems. I found that replacing avrdude.exe and avrdude.conf in their respective IDE directories works perfectly, and without safe mode, fuse issues or other behind the scene changes, the Arduino IDE has not complained once.
Obviously you can't nominate a HEX file for upload as you are stuck with the one just compiled on the run as the IDE is about to invoke avrdude.
This way I can keep the USB port connected to a monitor for outputting debug data, and upload Code changes via the usbasp programmer. There are some coding situations where I like to do that, YMMV. . Edited 2025-05-03 11:39 by KeepIS |