Associate III
January 9, 2019
Question
NUCLEO-H743ZI USB Host HID. Has anyone ever made it work?
- January 9, 2019
- 5 replies
- 1399 views
Hi,
I'm trying to create a project to test the USB Host in HID keybord mode using the NUCLEO-H743ZI board. My keybord worked in the STM32H743-EVAL board and the STM32Cube_FW_H7_V1.3.0 USB Host HID example.
I noted that the Eval board example code generate an OTG_FS_IRQ just after the "USBH_Start(&hUSBHost)" function call. Only if the Keyboard is attached. My project runing in the NUCLEO-H743ZI don't trigger the ISR.
What could be wrong with my CubeMx V4.27 configuration?