Hi Ted,
Yes, we don’t put the command of changing PMIC MMPF0100A OTP I2C Addr. in the example programming scripts, if I2C Addr. is not programmed, it’s 0x08 by default; generally customers can accept this default I2C Device Addr.
You can add one command in the OTP script, as below red bold row, the OTP I2C Addr. is still 0x08, customer can change this "0x08" according to their request.
WRITE_I2C:E0:0E // Power up DVS=25mV/16us, Seq CLK=2000us, PWRON config=0
WRITE_I2C:FF:08 // I2C Device Address = 0x08
//-----------------------------------------------------------------------------------
WRITE_I2C:E4:02 // FUSE POR=1 (This Enables OTP Programming)
WRITE_I2C:E5:02 // FUSE POR=1 (This Enables OTP Programming)
WRITE_I2C:E6:02 // FUSE POR=1 (This Enables OTP Programming)
Sean