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

Error : USB Host - Install missing component

Hi All,

On my STMA32F103RB board, I want to create an USB Host Application.
I select RTE Component describe in USB Device page documentation (C:/Keil_v5/ARM/PACK/Keil/MDK-Middleware/6.1.0/Doc/USB/html/_u_s_b__device.html)

But I got error

Keil.MDK-Pro:USB:Host                   Additional software components required
require 2.00:CMSIS Driver:USB Host      Install missing component

See screenshot : i.minus.com/ibjO37lmwAEUR5.png

How can I resolve this error?

Thanks for your help,

Best regards.

Parents
  • Ah, you have a DVD included in your board kit.
    In the DVD, there are two USB HID examples.

    Wang Bao MINI Board DVD List
    ..
    (20) MINI—touch control USB mouse test
    ..
    (26) MINI-USBHID

    Do these examples really work on your board?
    - They should, but not always ;-)

    If they work, we may skip the board-specific adaptation step.
    Post one of them on a file share site, so that we can discuss on the code.

    Tsuneo

Reply
  • Ah, you have a DVD included in your board kit.
    In the DVD, there are two USB HID examples.

    Wang Bao MINI Board DVD List
    ..
    (20) MINI—touch control USB mouse test
    ..
    (26) MINI-USBHID

    Do these examples really work on your board?
    - They should, but not always ;-)

    If they work, we may skip the board-specific adaptation step.
    Post one of them on a file share site, so that we can discuss on the code.

    Tsuneo

Children