Other Parts Discussed in Thread: LP876242Q1EVM
Tool/software:
Hi,
We are using LP876242B0RQKRQ1 in our design.
It is connected with FT4232H which is connected to the PC.
Can you please answer the following queries?
1. Through the Scalable PMIC GUI, we generated the NVM register settings(LP8762420_bin_program.bin) for our 4 desired output voltages.
Can we use the same "register = value" settings (LP8762420_bin_program.bin) for configuring through our FTDI-SPI PC application to generate the 4 desired output voltages at startup or on the fly?
2. How to assign the register address and page number on the SPI protocol/messages for various page registers?
Kindly validate the following example.
0x0004 = 0xa0 => 8bits Register address is 0x04, 3bits Page number is 0 -- Is this correct?
0x014A = 0x06 => 8bits Register address is 0x4A, 3bits Page number is 1 -- Is this correct?
0x3000 = 0x0A => 8bits Register address is 0x00?, 3bits Page number is 3 -- Is this correct?
0x32ff = 0x00 => 8bits Register address is 0xff?, 3bits Page number is 3 -- Is this correct?
0x405 = 0xff => 8bits Register address is 0x05?, 3bits Page number is 4 -- Is this correct?
Thanks
Sivakumar S