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.

AIC3254 Program issues

Hi

The configure works when the AIC3254 board is on the EVM. But when customer are configuring the chip with I2C with the driver code generated from by PurehPath,some registers write failed, such  as page 8. They can write successful one by one, can’t write registers successful continuously.

For example:

Successful:

w 30 00 08

w 30 08 08

w 30 00 08

w 30 09 08

failed:

w 30 00 08

w 30 08 08

w 30 09 08