Page 1 of 1

FYI: 12.8 MHz module on attiny2313

Posted: Sun Dec 19, 2010 9:36 pm
by barf
I thought this is interesting so I'm sharing it.
I got the 12.8 MHz module of V-USB to work on the attiny2313. With everything stripped down (and with a few additional GCC flags), the V-USB stack requires about 1700 bytes, so there is a bit of space left for functionality. By tuning the OSCCAL reg to the maximum value (127), most attiny2313's seem to work. But not all of them. Obviously, calibration doesn't make sense in this case.

Re: FYI: 12.8 MHz module on attiny2313

Posted: Sat May 12, 2012 5:21 am
by honupata
Hi,

True the Attiny2313 is limited but with the 4k of the Attiny4313 that can be interesting. I try to set up a Attiny4313 @ 12.8mhz without luck. Can you please post your code.

Thank you.