-
I recently purchased a I2C Encoder Mini and attached it to an Arduino Duemilanove ( - -> GND, + -> 5V, SDA -> A4, SCL -> A5, INT -> A3) and uploaded the example Basic_with_Callbacks.ino.
The INT …
-
I am programming (successfully) an Atmega4809 in Arduino Nano Every using Microchip Studio external tools (Windows 10 or 11).
I copied avrdude and the conf file from an Arduno IDE download, and the …
-
Would it be possible to use linuxgpio to bitbang the serial for `PM_UPDI`, as is the case with `PM_ISP`? This might require additional code. Not sure which mapping would relate to the actual UPDI data…
-
Just a quick heads-up that `jtag2updi` stopped working for me after upgrading to avrdude-7.0.
The failure mode is as follows:
```
% avrdude -p t824 -c jtag2updi -P /dev/ttyUSB2 -C avrdude.conf
…
-
Hi,
I've just found your great project! Would it be possible to add other chips (looking for Attiny1616 debugger currently)?
Is this project based on reverse engineering the debug protocol or is…
-
This proposal is somewhat related to the following requirements:
Please ignore if it is deemed unnecessary.
- https://github.com/avrdudes/avrdude/pull/1547#issue-1967327157
**Background of the pr…
-
Updated:
JTAG2UPDI | ATmega4808 | AVR128DA32
-- | -- | --
Read from EEPROM (-U) | ✅ | ✅
Write to EEPROM (-U) | ✅ | ❌
SerialUPDI | ATmega4808 | AVR128DA32
-- | -- | …
-
I'm not sure it it's me that's gooved up something, or if this is a newæy introduced bug in Avrdude. For some reason, I can't read the flash content to stdout or to a file using -U:
```
$./avrdude…
-
There are two ways to open a .ino file.
1) With the IDE window open, you can use File>Open and the selected file will compile, link and upload correctly to a Nano Every using MegaCoreX 1.1.0.
2…
-
Hello @spencekonde, first thank you for all your hard work on Megatinycore!
My friend and I have been using your library quite reliably to run a firmware on an atmel attiny3217 1-series, we flash i…