Tool/software:
Hi, I am working on a project which requires the device to output specified current and voltage configured by user.
For this purpose, I have selected TPS55288 because of its adjustable output voltage and programmable output current capability.
Currently I have TSP55288 EVM board on which I am testing program, connected to Orange pi using I2C.
I am able to set the output voltage to required levels using REF register.
Following are the issues faced by me.
1. While setting the output voltage, the voltage goes above the specified value.
For example, if I am setting 10V, then output voltage of TPS55288 is 12V.
These are the register values set by me
ref_lsb_value = 52
ref_msb_value = 2
iout_limit_value = 255
vout_fs_value = 3
cdc_value = 224
mode_value = 161
2. Need a guidance on how to set output current at a specified level. For example, the output current can be 0.04A or 0.1 A or above that.
Kindly guide me in solving these issues.
Regards,
Amol.