This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TUSB8041: TUSB8041 EEROM sample code

Part Number: TUSB8041


Dear,

My customer is using TUSB8041 as  downstream mode with external EEROM, need us provide a sample EEPROM code, Could anyone help this,

Regards,

Stone.

  • File attached.

    00	55	01010101	'ROM Signature - Do NOT modify!
    01	51	01010001	'Vendor ID LSB - Can be modified
    02	04	00000100	'Vendor ID MSB - Can be modified
    03	40	01000000	'Product ID LSB - Can be modified
    04	81	10000001	'Product ID MSB - Can be modified
    05	10	00010000	'Device Configuration - U1U2 ON
    06	00	00000000	'Battery Charging (1 = enabled) - Can be modified 
    07	0F	00001111	'Device Removable- Can be modified 
    08	0F	00001111	'Port Used - Can be modified
    09	00	00000000	'Phy Custom - Can be modified
    0A	22	00100010	'Device Configuration 2 - Can be modified
    0B	00	00000000	'usb 20 Port Polarity
    20	09	00001001	'Language ID - Can be modified
    21	04	00000100	'Language ID -  Can be modified
    22	00	00000000	'Serial Number String Length -  Can be modified
    23	00	00000000	'Manufacturer String Length 
    24	00	00000000	'Product String Length 
    F0	00	00000000	'Additional Features
    
    
    
    '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.