Hi,
I'm debugging my board now. All works pretty well, except the registers reprogrammation.
MCU unreset PMIC, then applies VSYS, and keep PMIC_ON_REQ low.
MCU reads all the PMIC registers by I2C, all is normal, so I2C bus is OK and registers too. (except that auto-increment register address seems not working...)
I change a register (reg[0x0A] = 0x01), and after I re-read it, but the register doesn't change (read = 0x00).
MCU releases PMIC_ON_REQ.
After powerup, MCU changes again the same register with the same value, and now, it works.
I tried the same thing with an other register, same problem.
It tried to do it during PWRUP SEQ power state, it doesn't work neither.
So it seems as if registers are not writtable in fact during SNVS power state, but only during RUN power state.
I hope I won't be forced to Powerup, program registers, Powerdown and powerup again to make it work...
Any idea which could explain this trouble ?