Other Parts Discussed in Thread: TUSB8040
What is the minimum EEPROM data required? My end goal is to set the product and manufacturer strings and possibly the vendor and product IDs.
Here is what I have. Is there anything else required?
'TUSB8040 EEPROM Data File
'Created 8/2/2018 11:04:43 AM
00 55
01 51
02 04
03 42
04 81
05 80
23 2A
24 14
50 00
51 4A
52 00
53 4D
...
79 2E
90 00
91 44
92 00
93 69
94 00
95 74
...
A2 00
A3 65
'DATA FILE FORMAT: <HEX ADDRESS><TAB><HEX DATA>. EVERYTHING AFTER <DATA> IS IGNORED.
'USE <'> FOR IN-LINE COMMENTING.
'DATA FILE PARSING STOPS AT FIRST BLANK LINE.