MegaCoreX
MegaCoreX copied to clipboard
An Arduino hardware package for ATmega4809, ATmega4808, ATmega3209, ATmega3208, ATmega1609, ATmega1608, ATmega809 and ATmega808
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...
There is an open issue on ArduinoCore-megaAvr, that might also be applicable to MegaCoreX - at least the code in question look very similar: https://github.com/arduino/ArduinoCore-megaavr/issues/83 The origin is an enhancement...
Hi First of all, many thanks for your work! I'm starting with the Atmega4808 and I'm studying your library and pinouts. There is one thing which confuses me a bit....
I have been trying to retain EEPROM. I am using JTAG2UPDI programmer using arduino uno. What I have understand from the documentation is that, we need to burn the bootloader...
Hi The pinout shown on MegaCoreX for ATMega4809 is different from the datasheet. Nearly all the pin numbers in pins_arduino.h are different from the datasheet. I have got a custom...
Hi I am a student (from french sorry for my expression) and i try to to use the waveform generator for my project but it doens't work i think that...
Hi I am getting the following error when I compile the OLED test program using I2C. The same program compiles and runs flawlessly on Arduino Uno. I am using the...
spi on 4809
Hi, I am using SPI to communicate between two AVR 4809s. Just to flag that the arduino commands associated with SPI do not seem to work, I documented my findings...
Line 174 of wiring_digital.c has the comment "old implementation has side effect when pin set as input - pull up is enabled if this function is called. Should we purposely...
Running the latest Arduino IDE 1.8.9 on a 64bit Ubuntu system. Compiling to hex works fine, and I can program the Curiosity fine simply by copying the hex file to...