Hello,
using : Arduino IDE 1.8.9, with arduino AVR board 1.6.23
I tried to program an attiny10 with kosakalab "bitDuino10-arduino TPI"
I'm able to load the sketch "TPI programmer for ATtiny4/5/9/10/20/40" and it's work fine, when opening the serial monitor I can see "NVM enabled" and "ATtiny10/20/40 connected" and I can use the command : D = dump memory. Displays all current memory on the chip and it's work fine.
then I change the board for : ATtiny10 (bitDuino10-arduino TPI)
when compiling the example: Blink sketch, I get this error message.
I try searching a similar topic, but I'm confuse about the results of theses topics.
Is this error can be fix?
thank's for any support.
here the error