This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

? About listings and Structures

Gang,

I am working with the TI TAS1020 which is an Audio USB device. The code is stored on an EEPROM and download at boot time.

USB uses Enumeration tables to detemine what the device can do and is passed to the computer from the 1020 when it is plugged in.

The base code was developed by TI and I have changed it to fit my needs. Presently the Enumeration tables are in structures and I want to IFDEF in and out articles such as AD support and HID's and stuff.

Anyway these structures are preloaded with data required by the PC under the USB specification.

Is there anyway to generate a listing that will tell me what each structure member is loaded with?

Because presently the thing crashes the PC. I do have a USB sniffer but that isn't working so well either.

Thanks
Gordon