-
Hi,
So, I managed to install DxCore and compiled the LED blink sketch successfully, but when I try to flash, I get the below error. I follow the wiring of the USB serial TX/RX, per the instruction…
-
I have tried this with ATTiny412 and ATTiny814, the 412 works well so far and I can re-program the 412 many times, however, I have problems with ATTiny814.
Regarding 814, I can program the chip onc…
-
```
C:\Users\danie\AppData\Local\Arduino15\packages\megaTinyCore\hardware\megaavr\2.6.7\cores\megatinycore\wiring_analog.c: In function 'analogWrite':
C:\Users\danie\AppData\Local\Arduino15\packages…
-
Hi @facchinm and @matthijskooijman!
Ever since the Avrdude project was moved over from Savannah to Github, it has seen numerous bug fixes and improvements.
One of the most important ones is suppor…
-
My environment:
Sloeber version number 4.4.1 (product)
OS: Windows 10
Json for platform: https://mcudude.github.io/MegaCoreX/package_MCUdude_MegaCoreX_index.json
The following project pref…
-
@mcuee @stefanrueger
When I was fiddling with serialupdi and tried to speed up with high baudrate, I got this error message.
It has nothing to do with ISP clock when using serialupdi which only s…
-
I just discovered this project and it is exactly what I was looking for. I bought the 2 pieces of hardware. However,
I just tried to compile the source code using my rpi4 but got a problem:
Compil…
-
Reference:
* https://github.com/avrdudes/avrdude/pull/1113#issuecomment-1271647912
Interestingly for my Arduino Nano ATmega4808, it can not write EEPROM in terminal mode.
```
PS C:\work\avr\a…
mcuee updated
2 years ago
-
As of now MegaCoreX does not support the optiboot bootloader for Arduino Nano Every.
https://github.com/MCUdude/MegaCoreX#arduino-nano-every
If we look at the Nano Every pin-out from MegaCoreX, it…
mcuee updated
2 years ago
-
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 PCB with ATMega48…