-
Hi,
It worked the first few times then it stopped working all of the sudden. I didn't touch the fuses so far. Any idea what it may be?
**Command:**
`avrdude -v -v -v -v -F -c jtag2updi -P COM5…
-
I want to make programmer arudiono uno but I have this error:
```
Arduino: 1.8.19 (Linux), Board: "ATtiny1614/1604/814/804/414/404 w/Optiboot, ATtiny414, 20 MHz internal, Enabled (default timer), 1.…
-
hello does jtag2updi support avr128da28 to be programmed by arduino uno? , i want to program avr128da28 chip using arduino uno as a programmer, can anyone provide me steps to do that
-
That could potentially eliminate the need for an AVR chip on the programmer board right?
-
FIrst of all: Is there a better place for questions like this? Many Github projects use the Discussions feature now, which I think may be better suited for issues like this, until it's clear that it's…
-
At least now I can *compile* for EA!
-
Thanks again for your work on jtag2updi!
In the README.md you mention you haven't tried using a level shifter -- I thought I'd share my results/issues here and maybe add a suggestion.
In all cas…
-
## 案件:updi4avr.c をプロジェクトに追加する
jtagmkII.c が v7.3 マイルストーンで予定される改修で、従来との互換性を失う可能性が示唆された。恐らく10年以上変化していなかった挙動が変更される。
このソースの UPDI サポートは、事実上 JTAG2UPDI のために追加されたコードになっている。
端的には、JTAGICEmkII プロトコル(AVR067)で…
-
Avrdude ~7.0~ ~7.1~ ~7.2~ ~7.3~ 8.0 is a huge improvement over 6.3 and brings lots of new features and bug fixes. Arduino now provides "flavored builds" with statically linked libraries, so boards lik…
-
Hi @ElTangas,
is it possible to use the jtag2updi as an Arduino library (or even C/C++ library) within an Arduino program? And thus the Arduino can manually flash the data from any source and not jus…