I received the EEPROM for the TUSB8041RGEVM Board REVD 6556574. The TI programmer appears to work fine, as seen on these screenshots.
My problem is that the data does NOT appear in Device Manager, even after a restart. Yes, I replaced the driver and put SDA/SCL back to normal positions before restarting the computer. I even turned the device on and off afterwards, still nothing.
Screenshot Showing Programming Configuration
Screenshot Showing After Programming (USB 2.0):
Screenshot After Programming Super Speed:
Just to make it easier on myself, I changed the VID to 0351 (as opposed to 0451) and the Product ID to 8042 (as opposed to 8142). I changed the Manufacturer and Product description, but nothing shows. There was a brief attempt, when I did not see the strings show up, but I did see the VID/PID show, but that is gone.
Here is the latest code:
01 51
02 04
03 42
04 81
05 90
06 00
07 00
08 0F
09 00
0A 22
20 09
21 04
22 00
23 1E
24 14
51 44
52 00
53 69
54 00
55 74
56 00
57 74
58 00
59 6F
90 00
91 44
92 00
93 69
94 00
95 74
96 00
97 74
98 00
99 6F
9A 00
9B 44
9C 00
9D 72
9E 00
F0 10
I deleted quite a few rows for compactness sake. I set unused data to zeroes.
Thoughts?