This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

USB HID not detected using Keil uVision4 and 5 for lpc2148

The code that I got from Keil website works for me, with the given hex file. But when I compile and generate a hex file on my pc and use it, it isn't working and the USB HID is not detected. I tried with Keil uVision4 and 5 and they didn't work. Can anyone help me solve this issue?

Parents
  • 1. Install MDK Version 5 - Legacy support for ARM7, ARM9 & Cortex-R devices
    2. Open c:\Keil\ARM\Boards\Keil\MCB2140\RL\USB\Device\HID\
    3. Build the project, download it to the chip and disconnect the USB cable and reconnect the USB cable

    There is also version using RTX in c:\Keil\ARM\Boards\Keil\MCB2140\RL\USB\Device\RTX\HID\

Reply
  • 1. Install MDK Version 5 - Legacy support for ARM7, ARM9 & Cortex-R devices
    2. Open c:\Keil\ARM\Boards\Keil\MCB2140\RL\USB\Device\HID\
    3. Build the project, download it to the chip and disconnect the USB cable and reconnect the USB cable

    There is also version using RTX in c:\Keil\ARM\Boards\Keil\MCB2140\RL\USB\Device\RTX\HID\

Children