- Traditionally I program an EEPROM on each of the downstream ports through the UART to USB ICs using a direct USB mini connector. I must do this to set the VID and PID for each of these ICs so that they are recognizable as different entities. Would I be able to write to these EEPROMs separately through this Hub IC, or should I implement USB mini connectors along the downstream USB signals to directly interface with each of these serial converters and their EEPROMs. Additionally if the latter is the case, will this introduce noise which would undermine the signal on the downstream ports?
- Other TI USB hubs such as the TUSB2046 IC discuss the implementation of transient suppressors and noise reduction circuitry on the USB differential signal pairs; however there is no such mention for this IC. Are there internal components for ESD protection and signal integrity? And if not what guidelines should I follow to implement this externally?
- I am concerned about the conditions for the RESET signal. I use the same 3.3V and 1.1V regulator as the Evaluation board for this HUB IC, where the 1.1V regulator has a 200 us delay. Based off of the timing table and diagram from section 7.6 of the datasheet its states I need an active reset; however, the Evaluation board connects GRSTZ to ground with a 0.1uF capacitor as if the Hub was set for a passive reset which assumes the VDD must be stable before VDD 3.3 which is the opposite of what was just assumed. Is this correct to implement?