Can anyone confirm that this "new" ATTINY is supported by VUSB:
http://www.atmel.ca/devices/ATTINY441.aspx
Thanks for your time!
Cheers
ATTINY441
Re: ATTINY441
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?
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?
Re: ATTINY441
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.
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.