• Converting USB Mass Storage Class Code into USB Hid class on LPC2468
    I am Using LPC2468 USB Host for Mass storage purpose,i have used the UsbHostLite code for this. Now I want to Interface an HID Bar-code Scanner with 2468.As to initialize a Mass storage device we use...
  • Converting USB Mass Storage Class Code into USB Hid class on LPC2468
    I am Using LPC2468 USB Host for Mass storage purpose,i have used the UsbHostLite code for this. Now I want to Interface an HID Bar-code Scanner with 2468.As to initialize a Mass storage device we use...
  • MCB4300 RL-USB Class Request goes Hard Fault
    Hello, I am trying to implement USB test & measurement class on my MCB4300 (LPC4357) board as device mode using KEIL RTL and RL-USB. But when after processing a class request in the usbd_cls_if_req...
  • MCB4300 RL-USB Class Request goes Hard Fault
    Hello, I am trying to implement USB test & measurement class on my MCB4300 (LPC4357) board as device mode using KEIL RTL and RL-USB. But when after processing a class request in the usbd_cls_if_req...
  • convert unsigned int to class pointer
    Hello together, i was trying to find out, how to cast an unsigned int to a class pointer. I´m using a stm32 under µVision4. I read something about reinterpret casts, and that they´re not that runtime...