6:07 pm
May 21, 2020
10:19 pm
March 12, 2015
I believe that uses the same micro as the standard Uno so I would think it would work. The error displayed is an Arduino hardware specific error and not related to the Compiler. Have you tested the hardware with the Arduino IDE? You should try that first. Here is an Arduino post with the same error that may help you:
7:12 pm
May 21, 2020
I got the same error from Arduino IDE. This thread solved the problem with the Arduino IDE: https://forum.arduino.cc/index.....598876.0 and im able to upload blink example
The right board now comes up in the LV compiler but i get a error message when trying the blinking led example. I just sent the error report.
In the Arduiono IDE i get a warning when i have sucsesfully uploaded the sketch:
C:\Users\CEO\AppData\Local\Arduino15\packages\arduino\hardware\megaavr\1.8.7\cores\arduino\UNO_compat.cpp:20:2: warning: #warning "ATMEGA328 registers emulation is enabled. You may encounter some speed issue. Please consider to disable it in the Tools menu" [-Wcpp]
#warning "ATMEGA328 registers emulation is enabled. You may encounter some speed issue. Please consider to disable it in the Tools menu"
^~~~~~~
Skissen bruker 1510 bytes (3%) av program lagrings minnet. Maks er 48640 bytes
Globale variabler bruker 22 bytes (0%) av dynamisk minne, som etterlater 6122 bytes til lokale variabler. Maks er 6144 bytes.
avrdude: WARNING: invalid value for unused bits in fuse "fuse5", should be set to 1 according to datasheet
This behaviour is deprecated and will result in an error in future version
You probably want to use 0xcd instead of 0xc9 (double check with your datasheet first).
9
1 Guest(s)