• SMT32 usb two HIDs
    Hi, working with the SMT32 processor, I've some troubles with the usb interface. I want to install two HID interface descriptors (each has one endpoint - endpoint1 and endpoint4). In the device...
  • SMT32 bootloader / application
    Hi, using a SMT32F103 processor, I want to install an bootloader as well as an application. Two different projects, so that the bootloader (usb) is able to erase / update the application on this...
  • Flow control of BULK OUT endpoint
    Hi All, I've got an issue with flow control of a bulk OUT endpoint I'm struggling with. I'm using the NXP LPC1343, and the device code is based on their CDC class example. On the Host side, I'm using...
  • Asynchronous OUT endpoint with rate feedback
    I am developing a USB audio class 1.0 device which uses an async OUT endpoint which is associated with a feedback IN endpoint in windows vista environment. I am really in confusion with this feedback...
  • doubt on USB endpoint
    Hi I have tried the endpoint 0 to send the data in HID is working well . But the problem is, how to send the data in USB endpoint 2 or other endpoints. Can u help me, any initialize is there? ...