> > Be sure USB_EndPoint0() is being called correctly or nothing > > will work. > > I'm doing the same thing with the VCOM example, and I think the biggest > stumbler is that the interrupts are wildly different between Keil and GCC. > Personally, I've got interrupts hooked back up correctly, but still no go. > Not that I've spent too many hours what with the holidays... > > Keep me posted if anyone out there has pointers; this is an interesting > thread (for me at least). Also depending on what you have USB_MAX_PACKET defined as this call may truncate the outgoing data, resulting in incorrect dialog: void USB_DataInStage (void) Joel
Message
RE: [lpc2000] RE: Keil USBmem example doesn't work when GCC compiler is used
2006-01-04 by Joel Winarske