-
Hey SpenceKonde, is this possible to do? I am able to load the hex, but the device seems to not be functional. When using an ATMEL ICE in Visual Studio, it works fine. I know you specify some programm…
-
Fails to install on `linux-i686 (Debian 11), arduino-cli Version: 0.32.2` due to:
```
arduino-cli core install ATTinyCore:avr
Tool arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7 already installed
Down…
-
**SPOILER ALERT: It was a cold solder joint :)**
---------------------------------------------------------------
Hi Spence and others,
I've been using megaTinyCore for about a month now to de…
-
Port picoRTOS to 8bit PIC to see if it fits.
It's more of a challenge than anything else, but who knows ?
-
See final comment in #383. The datasheet's electrical properties section and the UPDI section is inconsistent.
I am in the process of composing an email to my inside connection at Microchip about …
-
@SpenceKonde I know you do not have the time to dive into platformio questions, but I hope someone else is willing to help me!
I am trying to get my AVR128DB28 MCU to reset using .. well, the RESET…
-
Hello, I'm working on trying to do some code on my ATTINY85 and I have one line that is causing an error when ever I try to verify the code. Here is the code:
`#include "DigiKeyboard.h"`
And here is…
-
As reported by @askn37, there is an issue with programming NVM V3+ chips when the boot operation is not fully completed. This results in NVM controller not accepting `NVMProg` key and can cause progra…
-
Not sure if there's actually a way to fix this one if I'm right about what's wrong, but going to put it here for reference anyway.
I have an AVR32DB32 running with VDD = 5V, and have MVIO enabled a…
-
When trying to flash an ATTiny412 directly from the CLI using a pre-generated .hex file, I receive the following error:
```
$ python3 ./prog.py -d attiny412 -wd 1 -u /dev/ttyUSB0 -a write -f ./ATT…