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.

UCD90320: Error: Too many arguments when in-system-programing with csv file

Part Number: UCD90320

Tool/software:

Hi,

We encountered an issue with the I2C command having too many arguments when performing in-system programming with a CSV file.

Could you please provide a solution to fix this issue?

Additionally, can I modify the 0xEA value as shown below?

BlockWrite 0x13 0xEA

0x250000000000000000000000000000000000000000000000000000000000000000000000000032

BlockWrite 0x13 0xEA 0x2532

 UCD90320 3.0.0.3330 Address 19 SMBus Data Flash Script.csv

  • Hi

    In order to clear fault log, you can simplify the command to the following:

    0xEA0100

    EA is the command code, 01: payload length, 00: payload data. this does not include the PEC byte

    0xEA2532 is a invalid combination and you can not use it.

    Regards

    Yihe