-
### Report: Incorrect SerialUPDI control of AVR64EA32
This is a known bug as of commit 481a91d.
1. You are trying to read the "Chip Silicon Revision" register without checking the status of the …
-
It is good to have some documentation for the users to build their own firmware.
The comments here are a good start.
* https://github.com/stefanrueger/urboot/issues/5#issuecomment-1320894654
1.…
-
What kind of issue is this?
- [ ] **Development Platform or Board**.
All issues (building, uploading, adding new boards, etc.) related to PlatformIO development platforms
should be re…
-
The work done for AVRDUDE is of utmost importance for millions of developers. Therefore, I think you should consider adding the GitHub sponsor option. I think it's a pretty new feature, it looks like …
-
bob
Wed 01 Apr 2020 06:08:58 PM UTC
Programmer hardware: usbasp
Device type: m328pb
When programming the atmega328pb I was unable to read efuse and therefore not sure if I was able to write to it. T…
-
I wired up the atmega328B on a breadboard with a 16mhz crystal. I tried the blink sketch (used D23 as LED pin), and programmed it with no bootloader using an atmel-ice. I set the clock at 16mhz exte…
-
The reason for this is that terminal mode relies on the generic `avr_write_byte()` routine
https://github.com/avrdudes/avrdude/blob/64ee4858fd5e4a2ce65cf3c280274674c4320de5/src/term.c#L569-L570
- W…
-
Ralf Herrmann
Thu 04 Feb 2021 10:27:28 PM UTC
Programmer hardware: ARMv7 embededed computer
Device type: ATmega328pb
Dear avrdude team,
first of all thanks for your nice work!
I'm currently workin…
-
Hi there,
first of all thank you for creating and maintaining this library!!
I'm currently working on a project with a ATMega328PB (the successor of the popular ATMega328P).
This controller has…
-
Just for fun, I tested the avrdude.conf file Arduino IDE ships with, and it appears that it has a few errors in it. None of them are crucial when using official Arduino hardware. Wouldn't it be better…