Tool/software:
Hi team,
I'm facing an issue when reading SQI register(0x871) continuously within short interval.
I follow the example below to read SQI register:
Example: to read register 0x462 in MMD1F field with no post increment
Step 1) write 0x1F to register 0xD
Step 2) write 0x462 to register 0xE
Step 3) write 0x401F to register 0xD
Step 4) read register 0xE
case1: I tried reading SQI register twice within short interval and get the result below:
value read at first time: 0xEE
value read at second time: 0x0E ->It's strange
case2: If I delay some time between first time and second time then I get the result below:
value read at first time: 0xEE
value read at second time: 0xEE
I tried case1 many times and always get the value of 0x0E at second time.
#I also tried same test case on DP83TG720R and always get 0xEE at first time and second time.
Is there any limitation regarding accessing SQI register(0x871) in DP83TC812R?
Best Regards
Liu Jian