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.

TUSB3210 I2C-EEPROM Issue

Hi,
We are developing TUSB3210 Firmware using IAR 8051.
The output Bin file seems to zero-padded for every 1KB.
Currently the program size is 8018B and the EEPROM size is 8192B.
but the zero-padding size is 178B, so the total file size is becomes 8192B.

With I2C Header Generator Utility (sllc295.zip) we tried to set 
I2C Header(16Byte)+ Zero-Padding(1Byte) and the total size was 
8192+17=8209B which exeeds EEPROM size and we are not able to program the EEPROM.

Please let us know if there is any solution on how to reduce the zero-padding size.
Best Regards
tMatsu