-
This only works on 7.0
```
avrdude -c buspirate -p m328pb -P COM8 -b 115200 -U flash:w:"C:\Users\dreg\Desktop\test\build\arduino.avr.uno\test.ino.with_bootloader.hex":i
```
Fails on 7.2:
```…
-
Hi Carlos,
Any chance that you could add the "PB" variant to your library?
Regards, Martin
-
Strange that this comes up again during my benchmark testing of STK500v1.
Using a STK500 v1 clone with official V1 FW on ATmega8535.
```
mcuee@UbuntuSwift3 ~/build/avr/avrdude_main/tools (main)…
mcuee updated
6 months ago
-
Hello,
I encountered an issue with the atmelavr platform - I could do the upload, but setting fuses failed - the path to avrdude.exe contained spaces and therefore it was not found, I found a simil…
-
It seems PlatformIO can't compile assembler files for ATmega328PB
https://community.platformio.org/t/avr-assembler-code-for-atmega328pb
-
On version 7.2, it seems that custom defined programmer configurations in .avrduderc are not recognised by the avrdude command. This works however on version 7.1. I couldn't find any related change in…
-
Hi,
on my board I noticed that the analog pins A0 and A2 are exchanged (A0 should be A2 and vice versa). The labels in the product sheet are wrong (also in the schematics) and on the bord. The seri…
-
The new brilliant [test script](https://github.com/MCUdude/avrdude-test-script) has uncovered that some programmers [need a delay between avrdude calls](https://github.com/avrdudes/avrdude/discussions…
-
I think this is not an avrdude issue but an WCH CH340 driver issue.
Still it is good to put some info here so that people can reference to it, since there are quite some similar issues posted onli…
-
Hi! I am using uStepperS instead of an Arduino Uno + PWM Motor. The uStepperS should
receive informations via USB 115.200 Baud. When I start the communication between uStepper and PC Software,
it do…