UPDI Programming

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Matrixv8
Posts: 10
http://meble-kuchenne.info.pl
Joined: Mon Jun 03, 2024 2:51 am
Been thanked: 3 times

UPDI Programming

Post by Matrixv8 »

Hi everyone, I would like to know if Flowcode supports single wire UPDI programming and if so will it work with Attiny1606.

Regards,
Pierre

mnfisher
Valued Contributor
Posts: 1520
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 138 times
Been thanked: 732 times

Re: UPDI Programming

Post by mnfisher »

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

Post Reply