While trying to use the TI sample USB software the error "USB Device not recognized" was seen. On the same hardware the example code for the "emptyUsbProject" was compiled and run. That connected properly and showed up as a COM port. Then the example "MSC_massStorage" was tried with the calls to read_disk and write_disk changed to call the target functions. The code never reached any of the disk functions. It stayed in a loop with the call to USB_getConnectionState() always returning ST_ENUM_IN_PROGRESS.
The configuration file is as supplied in the example although it is not clear how the code sees this file as it is an XML file and there does not seem to be any place in the project which references this file.(M2_SDCardReader.xml). An attempt was made to replace the file with one made with one made with the "MSP Descriptor tool" but that did not change anything.
Any suggestions would be appreciated.