Page 1 of 1

how to perform interrupt out in v-usb?

Posted: Fri Aug 13, 2010 8:11 pm
by appusajeeev
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 )