3

Until the 4kb upgrade to the ATtiny2313 is available, which AVRs can I substitute when the ATtiny2313 is too tiny?

joeforker
  • 5,656
  • 10
  • 40
  • 59

2 Answers2

4

AFAIK, there isn't one!

Leon Heller
  • 38,983
  • 2
  • 62
  • 96
  • I do not know the atmel series to write an answer, but often there is no replacement excluding the one they are working on. Makes sense why they are working on it now. – Kortuk Jun 22 '10 at 15:24
  • I think you may be right. I've heard that the ATtiny2313 has an unusual pin arrangement for AVRs (I love the very convenient PORTB all on one side) perhaps shared with very obsolete old parts with no RAM... – joeforker Jun 22 '10 at 17:52
4

You didn't specify if you need the same pin out because of a software issue or a hardware issue...

If it is purely not being able to solder a chip to a board because of a different pin out and you have to figure something out, you can dead bug the chip.

Kellenjb
  • 17,609
  • 5
  • 53
  • 87