I am running the boot_demo_usb project on a DK-TM4X129X board. The Device Manager shows the composite device appearing and disappearing as I plug/unplug the USB cable. But when I run Uniflash and click on "Display DFU devices" nothing shows up.
I also tried to follow the instructions in the source code comments about running dfuprog:
//! To illustrate runtime DFU capability, use the <tt>dfuprog</tt> tool which
//! is part of the Tiva Windows USB Examples package (SW-USB-win-xxxx.msi)
//! Assuming this package is installed in the default location, the
//! <tt>dfuprog</tt> executable can be found in the
//! <tt>C:/Program Files/Texas Instruments/Tiva/usb_examples</tt> or
//! <tt>C:/Program Files (x86)/Texas Instruments/Tiva/usb_examples</tt>
//! directory.
But after installing the USB examples package there is no dfuprog tool in the specified directory. There is only a usb bulk example program, which complains that it is unable to initalize a bulk device when I run it.
Any idea what might be going wrong? I have seen other comments on the board regarding problems with Uniflash, but I downloaded the latest version yesterday (3.3.0.00058).