Good day,
I've been trying to get the boot_serial example working with USB DFU.
When there's no program loaded i'm able to acces the ROM bootloader and the device gets recognized as a tivawarve firmware update.
So i've set every define needed to initialize the ports and clocks needed for USB in bl_config.h.
However, if I load the configured boot_serial, there is no connection and windows seems to be unable to recognize the device.
If I select the (not recognized) USB device and look at it's properties I'm able to see that there is a Product ID but no Vendor ID, and some gibberish afterwards.
This is an event timestamp & Windows device status:
Device USB\VID_0000&PID_0002\5&36a3b657&0&1 was configured.
Driver Name: usb.inf
Class Guid: {36FC9E60-C465-11CF-8056-444553540000}
Driver Date: 06/21/2006
Windows has stopped this device because it has reported problems. (Code 43)
A request for the USB device descriptor failed.
I've made sure that within bl_config.h the Vendor ID is set to default TI setting 0x1cbe. Where am I going wrong?
Kind Regards,
Daan Driessen