• USB HID - Sending 64 bytes from PC->LPC2148
    I am trying to modify demo code of LPC 2148 HID. I want to send 64 bytes from PC to LPC 2148. I have changed following parameters in the usbdesc.c file 1. Changes in report descriptor HID_ReportCount...
  • USB HID - Sending 64 bytes from PC->LPC2148
    I am trying to modify demo code of LPC 2148 HID. I want to send 64 bytes from PC to LPC 2148. I have changed following parameters in the usbdesc.c file 1. Changes in report descriptor HID_ReportCount...
  • Can't compile LPC2148 USB HID Demo
    I'm using the Keil ARM Evalution Software (uV3 v3.51) When I try to compile or assemble the LPC2148 USB HID Example I get the following errors: --- Error: can't execute 'C:\Keil\ARM\BIN\AA' ...
  • Can't compile LPC2148 USB HID Demo
    I'm using the Keil ARM Evalution Software (uV3 v3.51) When I try to compile or assemble the LPC2148 USB HID Example I get the following errors: --- Error: can't execute 'C:\Keil\ARM\BIN\AA' ...
  • Not able to send more than 68 or 70 bytes on USB with STM32F103ZFT6
    Hello, I am working with STM32F103ZFT6. I am working on a project where I have to respond to the Commands from Computer by sending a series of data bytes back to Computer from Micro-controller. ...