I have configured the TBB tab in the GUI to my requirements. Now that I am trying to load the TBB configuration to the PMIC through programming window, I am getting these messages. Does this mean the sequencing is wrong? What is the issue here?
Loaded it in script editor and ran it. I am trying to change the I2C address of the device to 0x0A(default 0x08). The script runs successfully. But when I am scanning the device through arduino for I2C address, it is still configured to 0x08. How do I change this?
Only the I2C address is getting reset to default. All the other config such as voltage values, sequencing etc is as programmed in the OTP mode. Checked the power on reset as well, there is no provision for that pin in PMIC.
I ran the OTP script(Programmed to 0x0A address and is working when I scan for devices: See pic1). Now after I manually powered down the PMIC i.e 3.3V supply disabled and enabled again, the address is reset to 0x08(pic2). Shouldn't the OTP config be held without supply?