Page 1 of 1

usbDisableAllRequests() macros.

Posted: Thu Dec 04, 2014 1:52 pm
by charkin
Hello.
I do the Vendor Class device. I use control sendings, but I transfer data in special fields - wIndex and wValue
therefore as usbFunctionSetup I return 0 - that is I ignore data.

After data handling from wIndex and wValue I cause function of record in EEPROM which takes continuous time.
How it is possible to use usbDisableAllRequests() macro if I don't use the usbFunctionWrite function?