Part Number: TMS320F28069
Other Parts Discussed in Thread: C2000WARE
Hello,
We are trying to make usb_dev_bulk example working on TMS320F28069 MCU with Windows 10 host PC. We use drivers from C2000Ware_4_01_00_00\utilities\windows_drivers. After connecting USB cable to host PC and run usb_dev_blk example on the board "USB device not recognized" message displays. I can see device in device manager as Unknown USB Device (Device Descriptor Request Failed) as on the image below:

In usb_dev_bulk example code I just changed the clock setting (external 20MHz oscillator is assumed, but we have 12MHz one on our board) and UART TX changed to GPIO12. I can see the output logs at UART console correctly.
On the hardware side USB_DP/USB_DN signals are directly connected through 22R resistors.
Host PC is Windows 10, OS Build: 19042.1526
Here are the output logs from setupapi.dev.log file, after driver installation when device is powered on and connected to host PC :
>>> [Device Install (DiInstallDriver) - C:\ti\c2000\C2000Ware_4_01_00_00\utilities\windows_drivers\usb_dev_bulk.inf]
>>> Section start 2022/03/14 09:42:24.625
cmd: "C:\Windows\System32\InfDefaultInstall.exe" "C:\ti\c2000\C2000Ware_4_01_00_00\utilities\windows_drivers\usb_dev_bulk.inf"
ndv: Flags: 0x00000000
ndv: INF path: C:\ti\c2000\C2000Ware_4_01_00_00\utilities\windows_drivers\usb_dev_bulk.inf
dvs: {DrvSetupInstallDriver - C:\ti\c2000\C2000Ware_4_01_00_00\utilities\windows_drivers\usb_dev_bulk.inf}
dvs: Flags: 0x00000000
dvs: {Driver Setup Import Driver Package: C:\ti\c2000\C2000Ware_4_01_00_00\utilities\windows_drivers\usb_dev_bulk.inf} 09:42:24.677
dvs: Driver package already imported as 'oem33.inf'.
dvs: {Driver Setup Import Driver Package - exit (0x00000000)} 09:42:24.704
! dvs: Unable to find any matching devices.
dvs: {DrvSetupInstallDriver - exit(00000000)}
<<< Section end 2022/03/14 09:42:24.757
<<< [Exit status: SUCCESS]
Thanks for any help.