Programming a PMIC with a micro

2 posts / 0 new
Last post
jeamato
Offline
Last seen:3 years 3 months ago
加入:2016-03-14 21:03
Programming a PMIC with a micro

I want to manually control/configure an un-programmed PMIC with my micro over I2C, but having trouble doing so. Is there a minimum register setting that must be pre programmed to accomplish this.

Device:
ED_Dialog
Offline
Last seen:3 weeks 7 hours ago
Staff
加入:2017-09-18 11:54
Hi Jeamato,

Hi Jeamato,

Our datasheets contain a lot of useful information on the I2C interface. For example, the DA9063 datasheet has a few useful sections on how to interface with DA9063 over I2C and the DA9063 I2C interface registers. Section 6.8.1.2, titled 2-WIRE Communication on page 88, has a brief overview on how to interface with the DA9063 and a link to the register tables. The register table can be found in section A.4.2, Table 225, titled INTERFACE. This table alongside the GUI should be able to provide an example on how to interface with your PMIC over I2C.

链接到DA9063数据heet:

//www.xmece.com/sites/default/files/da9063_datasheet_2v1.pdf

Kind Regards,

Elliott Dexter