Hello.
I am reading the FS register via VR5510 I2C, and I have a question because there is something strange.
1. The FS_OVUVREG_STATUS register responds as 55 54 89,
which is interpreted as VCOREMON UV, VDDIO UV, VMON1~4 UV, HVLDOMON UV.
However, when I actually measure the monitoring node with an oscilloscope, it is in normal operation. (Photo attached)
2. When I check the datasheet, it says that the FS Register and FS_NOT Register should be read in a complement relationship.
However, in the case of 0x07h and 0x08h, 0x0B and 0x0C, some data are not read in complement.
0x07 is WD_RFR_CNT(000b <-> 000b) and WD_ERR_CNT(0000b <-> 0000b) values,
0x0B is FLT_ERR_CNT(0110b <-> 0000b) value, and it responds like the data in the parentheses.
3. In the data read from FS_DIAG_SAFETY(REGADD 0x16), there seems to be no problem with I2C, but the I2C_FS_REQ value is responding as 1(I2C Violation).
I would like to ask for help on what the suspected cause is and how to resolve it.