-
I am trying to add support for the attiny202 and similar devices. It turns out avr-gcc doesn't recognize `--mmcu=attiny202`, and instead required me to use `--mmcu=avrxmega3`, which is the MCU's ISA.
…
-
It would be great to provide urboot hex files for non-default serial port. I think this is one of the major missing feature from urboot.
As per the previous discussions in avrdude, it may not be so…
-
Hello,
using XUbuntu 22.04 LTS, Arduino IDE 2.0.0-rc8 and megaTinyCore 2.5.11 editor suggestions do not work for the following board entries:
```
ATtiny3224/1624/824/424 w/Optiboot
ATtiny3226/16…
-
### 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 …
-
Unlike other AVRs, the internal oscillator in the ATtiny13/A runs at 9.6 MHz and is dividable down to 4.8 MHz, 1.2MHz, and 600kHz.
It would be great if these existed pre-compiled bootloaders for thes…
-
Hello Folks,
I can't get the clue, what is the difference between
J3-1 | UPDI-HOST | I/O | Updi-Key UPDI
J3-3 | PROG | I/O | Updi-Key UPDI programming pin
My UPDI-programmer has 3 connector: …
-
It seems that these 2 lines (in `src/devices/attiny202/mod.full.rs`) are new in 0.18:
```
use generic :: * ; # [doc = "Common register and bit access and modify traits"]
pub mod generic ; # [doc …
anall updated
3 years ago
-
Only device I could get quickly :-)
Ouput from console:
```
Arduino pymcuprog bridge by Quentin Bolsee and Spence Konde
Version 1.1.0 - May 2021
Using serial port COM10 at 230400 baud.
Target: …
-
### Discussed in https://github.com/SpenceKonde/megaTinyCore/discussions/547
Originally posted by **francuz152** November 12, 2021
hej, when trying to program a 3227 using a uno as jtag2updi i…
-
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…