• usb hid exmaple, how to use this?
    I loaded the usb hid example from the pack installer and everything compiles and flashes fine. When I use my core205 board via usb no HID is loaded. Also I searched thru all the file and can not find...
  • where does the dfu botloader live?
    Trying to understand a bit more about the bootloader with the stm32f chips. Is the dfu bootloader written to 0x1fff? When I use the boot reset 0,1 mode it does work and the data sheet says it boots to...
  • entering the world of arm, help with can exmaple.
    I have tried the blinky example with success now on to can. The can example seems quite involved but I see why all the code is included. It's just missing some of the basic stuff that maybe I should...
  • HID
    I wanted to send data with different sizes using HID. Does the USB breaks up my data into sizes that fit the report descriptor and sends it serially so I can get my data on the other side of the USB...
  • Composite HID+HID does not work
    Hello, I am using NGX LPC1837xplorer development board, my computer has windows 7 OS. My goal: create composite HID device in both USB0 &USB1. Using example code for LPC18xx from keil(pack installer...