• 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...
  • Enable Bulk transfer for LPC2378
    Dear All, I have used the HID code available in Keil Library. I am able to transfer one one byte Using control transfer but Now as per requirements and Specifications I need to transmit data that...
  • usb bulk transfer
    Hello Sir, I am making a receipt printer for point of sale application using LPC2368 controller. I want to use USB interface for receiving data from computer to printer.I am using bulk transfer for...
  • MISRA inconsistency
    evidently MIrA does not allow if (bool_something == true) but doee not allow if (int_comething) am I confoosed between the various versions, trying to use 2012