-
### Describe the problem
The Arduino language features are not available after startup.
### To reproduce
- Have no attached boards,
- Start IDE2,
- Select `Arduino Uno` board (can be any),…
-
On ATtiny1604, I set the baud rate to 300 like `Serial.begin(300);`, but I could not receive properly unless I set the value on the serial monitor (TearTerm) side to 900.
-
The current "avrdude.conf" has the following description in three places: ".xmega", ".avr8x", and ".avrdx".
```
memory "data"
# SRAM, only used to supply the offset
offset …
-
Does anyone know if there will be support for the new AVR 8bit boards like the attiny16x4 or other newer members of the family? I'm trying to migrate a project from a GemmaM0 board to a hand-made boa…
-
Trying to upload a sketch gives this error for the attiny13a, selecting the attiny13 gives invalid device signature...
Strange thing is I didn't use to have this issue before... I tested arduino IDE …
-
I've made a UPDI programmer like this one: [ATtiny1604 UPDI HV Programmer](https://oshwlab.com/wagiminator/attiny1604-updi-hv-programmer)
And now i'm on programming it, everything is set up as desc…
-
Normally fuse bits are defined like
```
#define FUSE_SOMETHING (unsigned char)~_BV(some_n)
```
For the list of parts below gcc v12 defines a lot of them *without bit inversion* `~`
```
atmega1…
-
Hi,
your lib looks very promising. Unfortunately there are big problems with it. If I use it with Arduino then the controller always resets.
If I use it in Atmel Studio 7 it always compiles with…
-
Arduino: 1.8.19 (Linux), Board: "ATtiny3224/1624/1614/1604/824/814/804/424/414/404/214/204, ATtiny1604, 10 MHz internal, 2.6V (10 MHz or less), Disabled/Disabled, EEPROM retained, Enabled (default tim…
-
Hi,
Thank you for the all work done in megaTinyCore.
I am using it for a long time, and now I faced an issue after switching from 1604 to 1624.
At uploading a program on ATtiny1624 it fails with
…