• descriptor
    Above example code also supports DMA using conditional compilation. Search "#if USB_DMA #endif" pair on the example code. The example code will help you to understand the description on the datasheet...
  • USB CDC descriptor problem
    Hello. First of all, I want to say that I don't know if this is the right forum to do the question, but after days searching in the web, reading papers and changing the code, I'll try to explain...
  • editing the usb descriptor for middleware
    I'm looking at the following file. /*------------------------------------------------------------------------------ * MDK Middleware - Component ::USB:Device * Copyright (c) 2004-2016 ARM Germany...
  • USB CDC descriptor doubt
    Hi! First of all, some information: I'm starting a project using LPC2388 (I have MCB2000 board) and I'm new to ARM. In this project we have some code provided by other company to speed up our development...
  • USB descriptor for stereo recorder
    Hi all, I am implementing a stereo recroder application. The application should send the recorded data over USB to host application (e.g. Audacity,). I succeeded to make the recorder to "record...