Soledad, my question is, "does the ROM API support Custom Classes for USB Devices" ? My endpoint doesnt respond (NAKing) to the IN token.
Is there a USB Device Stack set of code somewhere, where i can implement a custom class USB device ? I dont see any examples of a USB device inplementation except for ROM API ones. I'm thinking i can just do it with a USB Device stack, like there is for the host stack.
Any projects that do this would be helpful. I'm using the LPC4357 as my target processor.
I'm able to do HS Host stuff just fine. Now i need to make USB1 a HS Device that will talk to HS Host. It enumerates just fine, now i need the BULK endpoints to work. I think the ROM API doesnt support custom device classes. Do you know this to be true ? It shows - reserved for custom classes in the ROM API section.
Hopefully you will know where that USB Device code lives.