Hi everybody.
I'm designing an AUDIO-MIDI interface using TUSB3200 and a MSP430 as external MCU.
I'm using an usb sniffer for debugging:
Beagle USB 12 Protocol Analyzer - Real-Time Full/Low-Speed USB 2.0 Bus Monitor for Windows, Linux, and Mac OS X - Total Phase
But I just get overcome sucessfully the first transfer in enumeration
process (SETUP, DATA and STATUS). After that, it looks that no more interrupts are
produced (however, I can see events on the bus: RESET, SET_ADDRESS
request, etc) and I don't know why.
I'm using TUSB3200 EVM firmware kit code and translating it into IAR for MSP430.
Maybe, my code doesn't initialize the TUSB3200 correctly...Or maybe I don't handle correctly RESET and SUSPEND events...
I would aprecciate any help, references for external mcu firmware, etc
Regards.
Jose