-
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…
-
Hi!
I need a rising PinChange interrupt on a not external interrupt pin on my barebones Attiny167. I need it on PCINT2
There's a Library for the Digispark PRO (from the Digistump repo) that ha…
-
Currently you have to locate and uncomment some 20 lines in the **boards.txt** file to activate the **UPDI/Reset Pin Function** menu option on the **Tools** menu.
As HV programmers are becoming ava…
-
Grounding the Reset Pin, PF6, fails to reset the device. Tested on 5 AVR32DD14 and 1 each AVR16DD20 and AVR32DD20. Attempt to burn bootloader in case of a fuse problem, but doing so bricked 2 boards. …
-
It seems like Pymcuprog can read a byte from (an undocumented?) memory section that can be used to determine which silicon revision the chip is. If you're struggling with a weird bug in the MCU progra…
-
As the title suggests, after one hardship, another one.
This issue currently occurs when the following combinations are met:
- git main
- Use "jtagmkii_updi". (Is it just jtag2updi?)
- Target …
-
Hello @SpenceKonde and thanks for your excellent work!
Would you please provide the board manager URL via HTTPs, e.g., by applying [Let's Encrypt](https://letsencrypt.org/getting-started/)?
Than…
-
I followed the Serial programming instructions, however I am trying to use the CP2102 (its what I currently have in hand). I set the baud rate 57600, and wired according to the schematic you provided.…
-
ATtiny104 Xplained Nano
I have this card, can I program it with attiny core?
How should I configure this card?
Which mcu supports attiny? is there a list of all supported mcus?
-
### Report: Incorrect SerialUPDI control of AVR64EA32
This is a known bug as of commit 481a91d.
1. You are trying to read the "Chip Silicon Revision" register without checking the status of the …