Page 1 of 1

AVR USB ASM

Posted: Mon Mar 17, 2008 12:21 pm
by n01x
Hi,


Any idea how to initialize an usb (using obdev avr-usb driver) in assembler?
An example code is welcome :)

Posted: Thu Mar 20, 2008 10:41 am
by n01x
anybody?

Posted: Fri Mar 21, 2008 12:05 am
by Grendel
Take a look at the code generated by the GNU compiler. But then, you can as well add a small main() function and call your assembler code from there..