Other Parts Discussed in Thread: LP8758-E0
The documentation talks all about enabling buck regulator 0 by setting the correct bits in BUCK0_CTRL1. Will this enable the other three buck regulators as well? I didn't see that stated in the docs but I'm assuming it will. There is no BUCK1_CTRL1, BUCK2_CTRL1, or BUCK3_CTRL1 registers although there are four BUCKX_CTRL2 registers for setting the current limits.
The register addressing also skips by one value exactly where you would expect those missing registers to be for example:
0x02 - BUCK0_CTRL1
0x03 - BUCK0_CTRL2
0x04 - undefined
0x05 - BUCK1_CTRL2
I just want to know how to turn on all the regulators and if I can turn them on one at a time or not.
Thank you,