ATTINY441

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
psc
Rank 1
Rank 1
Posts: 32
Joined: Sat Nov 15, 2008 9:51 pm

ATTINY441

Post by psc » Fri Jul 25, 2014 5:43 pm

Can anyone confirm that this "new" ATTINY is supported by VUSB:
http://www.atmel.ca/devices/ATTINY441.aspx

Thanks for your time!
Cheers

psc
Rank 1
Rank 1
Posts: 32
Joined: Sat Nov 15, 2008 9:51 pm

Re: ATTINY441

Post by psc » Fri Jul 25, 2014 6:55 pm

What I'm worried about is that XTAL2 is the same pins as INT0.
Will also use SPI, then on what pins I should connect D+ / D-?

From a post on avr freaks:
Rather than enabling pullups by setting bits in the PORTx register, the tiny841 has a separate PUEx register.

Any hints?

blargg
Rank 3
Rank 3
Posts: 102
Joined: Thu Nov 14, 2013 10:01 pm

Re: ATTINY441

Post by blargg » Sat Jul 26, 2014 1:14 am

You can use a pin change interrupt for V-USB.

Pullups shouldn't matter since I'm pretty sure that V-USB doesn't ever need them. That is, it either runs the USB pins as outputs or non-pulled-up inputs.

Post Reply