-
Hy
I really like your products and have a lot of them.
But unfortunately, there is a problem at the attiny1616 (together with Arduino Nano 33 BLE):
- when trying the blink example --> error, see…
-
When compiling an empty sketch for the attiny1616 using the default settings in Arduino IDE 1.8.13 the error below appears.
This error appears for the same sketch and settings in all the attinyXX16 …
-
I'm opening this issue to have a specific place for discussion about the measurement/calculation speed, sample rates, and ideas for optimizing the code. I've already began work towards offloading some…
-
Hello,
I was wondering if there was any chance to add support for the newer ATtiny chips.
Looking at the ATtiny1616 for example, these devices offer:
> ***– One 16-bit Timer/Counter type A (TCA…
-
Hi
I use a serialupdi programmer on my Linux machine to program an attiny1616.
Burning the hex file into the attiny works, when I connect the serialupdi-programmer.
But at the second run, I get th…
-
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…
-
```
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,
your lib looks very promising. Unfortunately there are big problems with it. If I use it with Arduino then the controller always resets.
If I use it in Atmel Studio 7 it always compiles with…
-
Hi!
Would it be possible to use the jtag2updi chip not only work as a programmer, but also a transparent serial bridge between the USB to serial chip and the target? Preferable also automatic switchi…
-
xxx\avrdude-v7.0-windows-x64>avrdude.exe -cstk500v1 -PCOM3 -b9600 -pATtiny1616 -e -v
avrdude.exe: Version 7.0
Copyright (c) Brian Dean, http://www.bdmicro.com/
Copyright…