Other Parts Discussed in Thread: USB2ANY
Tool/software:
Hi team:
I want to get the EOM, I set the CTLE/CDR , but I can't read the correct EOM. And the HEO, VEO is also wrong.
I use this to set the CTLE/CDR:
COMMAND REGISTER VALUE MASK //COMMENTS
RAW FF 04 07 //Select CTLE/CDR Register Page
RAW 0C 00 F0 //Setup Reg 0x0C to read lock indication in Reg 0x02[4:3]
RAR 02 18 18 //Wait until bits [4:3] are set to indicate device is locked
RAW 0C 30 F0 //Setup Reg 0x0C to read VCO divisor setting on Reg 0x02[5:3]
RAR 02 38 38 //Read divisor settings
//Reg 0x02[5:3] = 000’b 11.88 Gbps
//Reg 0x02[5:3] = 001’b 5.94 Gbps
//Reg 0x02[5:3] = 010’b 2.97 Gbps
//Reg 0x02[5:3] = 011’b 1.485 Gbps
//Reg 0x02[5:3] = 100’b 270 Mbps
RAW 0C 00 F0 //Setup Reg 0x0C to read lock indication in Reg 0x02[4:3] (Default)
I use this to read EOM:
1. Enable EOM (power on). Write Reg 0x24[7] to 1 to turn on fast EOM.
2. Read Reg 0x25 as burst of 2 bytes (EOM hit count) and discard.
3. Read Reg 0x25 as burst of 2 bytes (EOM hit count) and discard.
4. Read Reg 0x25 as burst of 2 bytes (EOM hit count) and save.
5. Repeat Step 4 another 4095 times (64 × 64 cells).
but I can't read the correct EOM.
Please help me , I want to read the corredt EOM , what else I need to do?