Skip to main content
Visitor II
February 5, 2020
Question

USB host HID stops t APPLICATION_START

  • February 5, 2020
  • 1 reply
  • 625 views

Hi

I have issue with setting up USB Host HID on Stm32f105. It is simple circuit only 8Mhz crystal and 2 22pF caps. And USB port.

I did set up RCC, usb to host only, and HID interface​.

After generating code I can see that state machine is changing on inserting mouse or keyboard.

​But it never get enumerated. It stops at HOST_ENUMERATION, and never completes process and never get to APPLICATION_READY.

What​ can I check to solve this issue?

    This topic has been closed for replies.

    1 reply

    AMaka.1Author
    Visitor II
    February 8, 2020

    I keep getting USBH_BUSY then USBH_FAIL​.

    How could I progress it?​