2024-01-19 07:29 AM
Hi,
I would like to enable the USB HID Device function to the target uC of the NUCLEO board. So I've created a new project, selected the board and added the 2 USB pin configuration:
I've also enabled the middleware functions:
the clock config seems to be correct:
and the generated code is (I've just added a hello world string on serial):
I just want to recognize the device from my PC: on the nucleo board I've connected pin PA12 and PA11 directly to a USB connector with two wires (plus GND); when I plug usb cable the PC says "USB device not recognized".
My question is: It could be only an hardware problem or I have to set something more in the firmware and/or configuration?
Solved! Go to Solution.
2024-01-19 07:52 AM
2024-01-19 07:52 AM
Hi,
solved.... just enable interrupt in the .ioc file: