how to perform interrupt out in v-usb?

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
appusajeeev

how to perform interrupt out in v-usb?

Post by appusajeeev » Fri Aug 13, 2010 8:11 pm

i successfully did interrupt-in transfers using endpoints 1 and 3....now i want to perform an interrupt out transfer... as from my observation, end points 1 and 3 are for interrupt in transfers only...

Pls someone help me perform an interrupt out transfer (i have defined USB_CFG_IMPLEMENT_FN_WRITEOUT to 1 in usbconfig.h and implemented a test usbFunctionWriteout function in my main.c )

Post Reply