Hi everyone, I would like to know if Flowcode supports single wire UPDI programming and if so will it work with Attiny1606.
Regards,
Pierre
UPDI Programming
-
- Posts: 10
- http://meble-kuchenne.info.pl
- Joined: Mon Jun 03, 2024 2:51 am
- Been thanked: 3 times
-
- Valued Contributor
- Posts: 1520
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 138 times
- Been thanked: 732 times
Re: UPDI Programming
There are two issues here.
First, and most importantly, does flowcode support the target - if not it will need a new fcd file at the least (assuming the current compiler supports it)
Then it needs a way to program the chip - this needs a new batch file to run the programmer (so if avrdude can be used then it will call that using udpi as the programmer)
The actual chip can be connected to a ftdi converter or use an Arduino as a programmer?
Martin
First, and most importantly, does flowcode support the target - if not it will need a new fcd file at the least (assuming the current compiler supports it)
Then it needs a way to program the chip - this needs a new batch file to run the programmer (so if avrdude can be used then it will call that using udpi as the programmer)
The actual chip can be connected to a ftdi converter or use an Arduino as a programmer?
Martin