I have just implemented an FPGA SPI interface to an LMH6882 on an evaluation board. My first verification test was to read the register contents as listed in Table 5 of the datasheet. Most were as listed but the value for register 2 was 3 (decimal) and register 5 was 0. It looked like these were swapped. I have checked the bit stream on an analyser and I am correctly addressing the registers, assuming A3 is the most significant address and A0 the least. Address 2 is 0010 and 5 is 0101 so this is not a direct bit inversion and the other addresses are working correctly.
The default settings for the Power Control and Channel Control registers are as I need and I am able to adjust the gain settings so I believe my interface is working.
Is there an error in Table 5? Should Register 2 be the 'Channel Control' default value 3 and Register 5 be the 'Power Control' deault value 0?