Hi,
Could you please explain the function and how/when to use the following resisters ?
1) ADR 0x05 [7:0] Slave Mode CRC bits
2) ADR 0x06 [3] Slave CRC
Best Regards,
kato
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.
Hi,
Could you please explain the function and how/when to use the following resisters ?
1) ADR 0x05 [7:0] Slave Mode CRC bits
2) ADR 0x06 [3] Slave CRC
Best Regards,
kato
Hi Kato,
In order to write to the registers to configure the channel (i.e. VOD, DEM, and EQ), you must set Reg_0x06[3]=1. This disables CRC in slave mode. CRC checking is not needed in slave mode since an I2C master (i.e. FPGA or CPU) will program the device registers directly through normal SMBus/I2C protocol. Since we recommend disabling Slave CRC mode (Reg_0x06[3]=1), Register 0x05 is not used.
Casey