2019-02-11 08:28 AM
I try to setup a Nucleo144 STM32H7 board to appear in the overview of the USB devices of the device Manager of my windows PC. I tried the following:
However, still, the device does not appear in the USB devices.
I tried to understand the UM1734. All I have in the HAL code is the device handle of the type of PCD_HandleTypeDef. But on page 12 it is written about the device handle of type USBD_HandleTypedef. I cannot find any documentation how to go on to configure the USB interface correctly.
Can anybody point me to the right direction? Are there any tutorials/examples available?
Many thanks in advance.