• Usb bulk
    using the BULK transfer, DMA mode Please help us to see, the use of DMA transfer in batch mode to the normal reception can not be delivered, why? void USB_EndPoint2 (DWORD event) { USB_DMA_DESCRIPTOR...
  • USB HID device Bulk Transfer using lpc3250
    Thank you. USB HID DEVICE BULK TRANSFER in LPC3250 is it possible or not ? Currently Byte by Byte transfer is happening. Is there any example code or reference available ? Thanks.
  • USB Bulk transfer
    Hi, I am using AT91SAM7x-ek eval board with Keil uVision 3.55a. I am trying to use bulk transfer and I am hoping to port "memory" example from KEil/ARM/Boards/Atmel/AT91SAM7X-EK/USB directory. For...
  • USB 2.0 bulk transfer
    Hi All Our application acquires the values from ADCs in the LPC 2148 based board and display in the PC via usb ( USB 2.0 , fullspeed ) . Decided to chose bulk transfer for the application as speed was...
  • usb bulk driver
    Hi all, I am using LPC2148 microcontroller. Bulk driver for usb2.0 full speed is written. Currently only 64 bytes of data is written to the endpoint. So the speed achieved is less. I have read in the...