Hi friends. can I flash bootloader with UPDI on ATTINY1614 ? or can I program the ATTINY1614 with SPI ?
thanks.
Hi friends. can I flash bootloader with UPDI on ATTINY1614 ? or can I program the ATTINY1614 with SPI ?
thanks.
ErfanDL:
Hi friends. can I flash bootloader with UPDI on ATTINY1614 ?
Yesy
ErfanDL:
or can I program the ATTINY1614 with SPI ?
No, the new range of ATTinies doesn't use ISP for programming.
There are plenty of details on the ATTiny1614 here.
BJHenry:
Yesy
No, the new range of ATTinies doesn't use ISP for programming.There are plenty of details on the ATTiny1614 here.
thanks for reply.
Yeah - they're all UPDI now. But you can put jtag2updi onto a '328p (and in my version, most other popular parts)...
I'm actually just about to update my jtag2updi repo to fix a couple bugs, and I just fixed (I think) the last thing that can lock up jtag2updi, so you'll never have the problem of needing to press reset to make your jtag2updi work again.