We are prototyping the LMH6882 programmable amplifier and are attempting to change the gain but without success so far. We are trying to determine if the commands we are sending to the device are not correct. This is what we do at present to try to set maximum gain.
We write 80d to register 3 (channel A) by sending:
0000 0011 0101 0000
{Write [0 0 0] Reg3 [0] 80d}
We write 0d to register 3 by sending:
0000 0011 0000 0000
{Write [0 0 0] Reg3 [0] 0d}
Are there other bits in registers we should be asserting/deasserting? We assume that nothing else is required given the default state of other registers: Reg2 set to 0 (all channels turned on), Reg5 set to 3 (the attenuation value set in Reg3 is applied to channel A).