python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Failing to access AVR ATTiny13A with very slow clock (128kHz/128 or 128kHz/256) (avrdude: error: program enable: target doesn't answer)
I am trying to program an AVR ATTiny13A using a USBasp adapter (guloprog) and avrdude. Uploading the program and running it works fine the first time for a fresh ATTiny13A device, but re-uploading aga...
Johannes Overmann
Votes: 0
Answers: 1
Progamming inside a Attiny85 with rust
Introduction
I created a small project that uploads C++ code to an Attiny85, for this I used arduino.
Question
But I would have liked to know if it was possible to download and run rust code in Attiny...
ThrowsError
Votes: 0
Answers: 1
AVR ATtiny24 timer compare interrupt not working
I'm driving a clock using timer0 to keep track of seconds passing. Originally, I was using an ATtiny85 and it worked fine, but when I switched to the ATtiny24, the interrupt seems to reset the clock t...
MXVG
Votes: 0
Answers: 1