• USB CDC class problem with Windows usbser.sys
    Hoping to get some expert advice here, Have an embedded USB application running on a Cortex M4. Application uses full-speed USB and is based on a Freescale-provided CDC USB sample project. My bulk...
  • problem with usb device custom class middelware
    hi to all, i am emulating a usb floppy, and i decide to use keil usb middleware with custom class(usb floppies most implement ufi class and it dose not implemented by keil) to done this project, but...
  • USB CDC class problem with Windows usbser.sys
    Hoping to get some expert advice here, Have an embedded USB application running on a Cortex M4. Application uses full-speed USB and is based on a Freescale-provided CDC USB sample project. My bulk...
  • problem with usb device custom class middelware
    hi to all, i am emulating a usb floppy, and i decide to use keil usb middleware with custom class(usb floppies most implement ufi class and it dose not implemented by keil) to done this project, but...
  • Problem with alignment of variable in C++ Class
    I'm using uVision4 and C++ with LPC2478 class test { public: char s8; //placed at 0x4002C750 void* cp1; //placed at 0x4002C754 void* cp2; //placed at 0x4002C758 void* cp3; //placed at 0x4002C75C...