Hi all,
I'm bringing up a custom board with the TM4C1294NCPDT chip. So far, I can get it to blink an LED, and run the enet_weather and enet_lwip example programs, so those parts are working.
I'm a bit stuck on the USB side. When I try to run usb_dev_bulk, it displays the "Configuring USB..." and "Waiting for host..." messages, then gets stuck.
I'm not sure if it's a circuit error or a driver issue. Here's what I know about the driver:
- When I erase the flash memory using Uniflash, the device appears in Device Manager as a "Stellaris Device Firmware Upgrade".
- As soon as I load firmware onto it, however, the device disappears from the Device Manager. No new devices show up.
- I am unable to install the usb_dev_cserial_win2k.inf driver; I get the error "The INF file you selected does not support this method of installation". I am using Windows 7. I changed my settings to "Disable Driver Enforcement", but still have that error.
- Other people say that when they run usb_dev_bulk, Windows pops up a notification asking them to install a new driver. Mine does not.
Is there anything I could do to further test if this is a driver issue? Or does it seem like it is probably a circuit/electrical issue given the above?
Thank you very much.