usb asp code explanation

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
srihari
Posts: 1
Joined: Sat Aug 08, 2009 7:28 am

usb asp code explanation

Post by srihari » Sat Aug 08, 2009 7:34 am

hello,
i have downloaded usbasp code for avr programming,i able to understand the whole code but unable to know how the data is read from usb i.e., the two pins connected to controller ,when the data is read is read from that ,i am unable to find the loop for tha in the code

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Re: usb asp code explanation

Post by christian » Mon Aug 10, 2009 12:01 pm

This code is in usbdrv/usbdrvasm12.inc or the respective module for your clock rate.

Post Reply