Hello,
I have an application that would requires more than 9dB of boost, but less than 13dB of boost from the CTLE. Table 42 in the programming guide gives some insight into the boost ranges in the auto adaptation algorithm:
We are operating the device in manual mode. From the table the following values yield:
- 0x00h ~= 9.2dB
- 0x40h ~= 13.0dB
Given the nature of the 4 stage CTLE, I think that the following bit values are also valid:
- 0x10h
- 0x04h
- 0x01h
What is the corresponding boost for each of these values?
Don