Thanks for the clarification.
16MHz may be too much of an overclock for the V version. I know of one user who sucessfully used a 12MHz crystal w/ the 461V tho.
Search found 162 matches
- Wed Dec 17, 2008 12:37 am
- Forum: V-USB
- Topic: AVR USB on Atmega88
- Replies: 3
- Views: 5019
Almost I was redesigning my mega8 based project and actually got a mega88. Ended up using a tiny461 instead, since it has exactly the right size for what I need. I did look at the 88 specs in detail tho and I also ran into similar problems w/ the 461 (the 461 uses a newer chip design, similar to the...
- Tue Dec 16, 2008 3:22 am
- Forum: V-USB
- Topic: How to debug? AVR-USB device does not respond to host
- Replies: 6
- Views: 7044
- Tue Dec 16, 2008 3:12 am
- Forum: V-USB
- Topic: AVR USB on Atmega88
- Replies: 3
- Views: 5019
Link above is broken. - make sure the fuses are correct, they are different for m8 and m88 - make sure you recompile the project w/ MCU=atmega88 - are you using 3V3 Z-diodes on D+/D- ? If so, replace them w/ 500mW 3V6 diodes. - if you run the m88 at 3.3V, change it to 5V @ 16MHz. Use Z-diodes. - Atm...
Re: Attiny461
And does the internal PPL oscillator of the 461 work with easylogger? You could try to configure the 461 using the PLL clock in high speed mode (16MHz CPU clock). Since the PLL is locked into the 8MHz RC oscillator it can by calibrated via OSCCAL. You will have to run the CPU at 5V for this tho, so...
- Wed Dec 03, 2008 1:47 am
- Forum: V-USB
- Topic: boot sector on ATmega128
- Replies: 1
- Views: 2614
- Mon Dec 01, 2008 10:07 pm
- Forum: V-USB
- Topic: Activating USART-interrupt makes controller reset
- Replies: 9
- Views: 8329
I assume SREG has to be saved in case that some instructions were aborted before entering the interrupt which have some results in the flags in SREG like signbit or half carry ... But why does avr-gcc save r0 itself before that? The AVR interrupt mechanism just sets the I flag, pushes the return ad...
- Sat Nov 29, 2008 9:36 am
- Forum: V-USB
- Topic: Atmega8 works, Atmega48/88 don't
- Replies: 4
- Views: 5358
There are quite some changes to the I/O registers of the 88, chance is that the software needs to be modified as well. Atmel has a migration guide available here. I use the combination 3V6, 68R w/ a 2.2k pullup sucessfully w/ a tiny461 (same electrical specs as the 88 AFAICS).
- Sun Nov 16, 2008 5:44 am
- Forum: V-USB
- Topic: zener 3.6 500mW / 12mhz crystal digikey confirmation
- Replies: 2
- Views: 4051
- Tue Nov 11, 2008 11:59 pm
- Forum: V-USB
- Topic: Two HID devices with different names on one AVR
- Replies: 6
- Views: 6568
- Thu Oct 16, 2008 12:10 am
- Forum: V-USB
- Topic: [SOLVED] ATmega32 is failing to receive the address
- Replies: 11
- Views: 15687
- Fri Oct 10, 2008 2:57 am
- Forum: V-USB
- Topic: 3.3v zener instead of 3.6v zener
- Replies: 5
- Views: 5984
- Thu Oct 09, 2008 9:19 am
- Forum: V-USB
- Topic: 3.3v zener instead of 3.6v zener
- Replies: 5
- Views: 5984