-
#include
SoftwareSerial MySerial(PIN_PA4, PIN_PA5); // RX, TX
void setup() {
MySerial.begin(9600);
delay(100);
MySerial.println("Hello World");
After the first one or two lines printed …
-
When compiling the jtag2updi firmware, getting multiple warnings:
_#warning "Part not supported - if you didn't provide all the needed pin definitions, that's why it's not compiling"_
Using DxCor…
-
Hi,
didn't use megaTinyCore recently and was still with v2.1.3.
I'm using an mEDBG (ATmega32U4) from an ATTINY416-XNANO borad for programming (3216 & 414 MCUs).
if I update to v2.2.6, I can't pro…
ffred updated
3 years ago
-
Arduino 1.8.13, macOS 10.13.6
AVR128DA28 DIP package w/Optiboot
EEPROM writes not sticking, e.g.
```
EEPROM[34] = 10;
Serial.println(EEPROM[34]); // prints 255
```
I haven't got jtag2updi…
-
Let me start by saying thanks for this great project!
I designed a little pcb with an Attiny1614, following your wiring guidelines. I used an Arduino Nano, programmed it in Arduino IDE 1.8.13 with …
-
Your MiniCore, MightyCore and MegaCore are available as frameworks in PlatformIO's platform-atmelavr platform. Have you got any plans to integrate MegaCoreX into PlatformIO's platform-atmelmegaavr pla…
-
Regardless of the "EEPROM (not) retained" setting, EEPROM is always erased when programming.
I change the setting to EEPROM retained and burn bootloader
I made a test sketch that reads an EE ad…
-
Hi DrAzzy,
I've just got some t1614 and AVR128DB28 from Microchip direct. I smoothly got started with the t1614, but now I've got a problem with the AVR-DB using DxCore. Whenever I try to compile, …
-
I bought a Arduino Nano Every compatible board with Mega4808 at Aliex.
https://ja.aliexpress.com/item/4000933835185.html
First, I tried to program a example "blink" sketch with options below.
…
-
Can the programmer also used with DxCore (AVR-DA and AVR-DB) and MegaCoreX (AtMega4809...)?