Does anyone have programmed a attiny202 with GCBasic
my finding online return that I need an UPDI board programmer, also what else is needed from GCBasic to complete the jig and send hex file to the chip
on hand I have a FT232RL USB-TTL serial interface that can be converted to UPDI with a 4k7 resistor between pin 6 (UPDI attiny202) and RX+TX of the FT232RL
Thanks to all
Last edit: Jberg 20 hours ago
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the quick reply, I have in transit some Attiny202 and Adafruit High Voltage UPDI Friend
as soon it arrive I'll making some test.
does GCBasic can send hex file directly from the IDE to the UPDI programmer if not what the required setup needed or the video link.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does anyone have programmed a attiny202 with GCBasic
my finding online return that I need an UPDI board programmer, also what else is needed from GCBasic to complete the jig and send hex file to the chip
on hand I have a FT232RL USB-TTL serial interface that can be converted to UPDI with a 4k7 resistor between pin 6 (UPDI attiny202) and RX+TX of the FT232RL
Thanks to all
Last edit: Jberg 20 hours ago
There is a programmer option, so, all the code to program should work.
I did a vidoe on this chip Family using UPDI. It works great.
Thanks for the quick reply, I have in transit some Attiny202 and Adafruit High Voltage UPDI Friend
as soon it arrive I'll making some test.
does GCBasic can send hex file directly from the IDE to the UPDI programmer if not what the required setup needed or the video link.
Use Preferences Editor. Select UPDI programmer. And, the compiler will manage the process.
Easy as that great!
Thank you