Which AVR (tiny) has a 16bit timer and ADC and goes up to 20MHz clock?
Seems none? Only ATmega48/88.
Before there was an all AVR table on this website with all the features with small boxes, I can't find it anymore.
:cry:
Which AVR (tiny) has a 16bit timer and ADC and goes up to 20MHz clock?
Seems none? Only ATmega48/88.
Before there was an all AVR table on this website with all the features with small boxes, I can't find it anymore.
:cry:
Ahhh just found the newest ATtiny44, has exactly what I was looking for.
8)
Ahhh just found the newest ATtiny44, has exactly what I was looking for.8)
and where do you get it? I searched digikey and didn't find it
Before there was an all AVR table on this website with all the features with small boxes, I can't find it anymore.
Are you talking about the Devices page, here? There's also the Atmel Parametric Product Table which should be what you want.
- Dean :twisted:
and where do you get it? I searched digikey and didn't find it
Which AVR (tiny) has a 16bit timer and ADC and goes up to 20MHz clock?
Simple count a byte inside the overflow interrupt and voila, you have the wanted 16 bits (or count 3 byte to get 32 bits and so on).
Peter