• Help on USB MCB2300
    Hi, We make a custom board work the same as MCB2300 and try to run the USBHID example for LPC 2364 chip. I cannot read the endpoint 1 from libusb command usb_interrupt_read(device, 0x81, buffer, sizeof...
  • USB: mounting file systems
    Hello, If I mount a USB device on a windows machine, can the device in any reliable way create files so that they appear on the windows explorer? I know the device is mounted on Windows so that Windows...
  • compiling mcb2300 usb examples in GCC
    Hi All, I downloaded the Keil USB Examples for the MCB2300 board on the website. All examples worked well (except USBMem, because of the 16 kb limit for the evaluation version) when with the default...
  • USB HID class device for MCB2300
    Hello, I am starting the development of a USB device driver for the generic HID class running on the MCB2300. I know that this driver is already available for the LPC214x. Has anybody already...
  • MCB2300 USB Mass storage demo
    Hi All, I am running the MCB2300 USB mass storage demo from Keil. If I try to format the drive under Windows XP, it fails. Is it a bug, malfunction, or it does not accepts format anyway? ...