Other Parts Discussed in Thread: TPS650860EVM-116, IPG-UI, TPS650861,
Hello,
We have the evaluation board and trying to set the voltages at the bucks as below:
Buck3 = 1.2V
Buck5= 0.85V
We are writing following values via I2C master :
For Buck 3:
0x5e 0x23 0x40 b | BUCK3VID |
0x5e 0x9c 0x04 b | BUCK123CTRL |
0x5e 0xa4 0x04 b | GPO1PG_CTRL1 |
0x5e 0xa0 0x04 b | I2C_RAIL_EN1; bit 0='1' |
for Buck 5:
0x5e 0x26 0x0f b | BUCK5CTRL |
0x5e 0x96 0x24 b | BUCK5VID |
0x5e 0xa4 0x10 b | GPO1PG_CTRL1 |
0x5e 0xa0 0x10 b | I2C_RAIL_EN1; bit 0='1' |
but we are not getting the desired result.
Kindly suggest further to get the correct values at Buck3 and Buck5.
FYI: we getting the Buck4= 0.9V by writing below values for buck4
0x5e 0x25 0x0d b | BUCK4CTRL |
0x5e 0x94 0x64 b | BUCK4VID |
0x5e 0xa4 0x08 b | GPO1PG_CTRL1 |
0x5e 0xa0 0x08 b | I2C_RAIL_EN1 |
Regards,
Jainendra