-
I'm using an attiny1604 devboard from soldered.com (https://soldered.com/product/dasduino-lite/) and i tried to program it with serial updi but as said in the title i get the following error message …
-
Hi,
I'm trying to write a hex on ATtiny1604 using pyupdi.py but getting "INFO:link UPDI not OK"
The host OS is Windows10
The serial adapter is USB -> TTL.
$ pyupdi.py -d tiny1604 -c COM4 -b 96…
-
Normally fuse bits are defined like
```
#define FUSE_SOMETHING (unsigned char)~_BV(some_n)
```
For the list of parts below gcc v12 defines a lot of them *without bit inversion* `~`
```
atmega1…
-
I installed it manually, but after the installation was successful, there was no development board model I needed. The model I needed was: ATtiny1604-SSN
Please tell me how should I operate?
![image…
-
IDE: 1.8.13
mTC: Github version
Board: Xplained Mini ATtiny817
Windows 11 64bit
I think I saw a similar issue [here](https://github.com/SpenceKonde/megaTinyCore/issues/849) for the Attiny1604
…
-
I am setting up an environment (in neovim) for working with the newer AVR device families (specifically avr128db48). _avr-gcc_ does not support these out of the box and an additional device family pac…
-
Hello Mr. Tillaart.
I remembered your good advice in august last year on how to distinguish between a MAX6675 and a MAX31855 mounted in a same circuit. Thank you again.
This time I come to you w…
-
Given that the [last commit](https://github.com/avrdudes/avr-libc/commit/55e8cac69935657bcd3e4d938750960c757844c3) hinted that 2.2.0 is around the corner, but has been sitting there for a few months, …
-
Platform: Windows 10. Arduino 2.3.2
I tried the "Small Simple OLED library demo for AVR platform" example.
The text prints fine in loop() but no pixels are drawn. Also oledInit() returns -1.
…
-
I am not so sure how difficult it is to add the support of mega0 AVR and Tiny0/1/2 AVR, similar to optiboot_x.
Stretch goal will be to add the support of AVR DA/DB/DD part, similar to optiboot_dx.
…