We are designing a board around nRF54H20, and nPM1300, with some peripheral on VSYS, some on V3.0 BUCK2 and other are on V1.8 BUCK1. We also have detachable battery in place.
We would like to know if there is any other way like "hardware configuration without any I2C connection", or "OTP update through one-time I2C configuration" to achieve following requirements.
- Charger enabled by default with any default settings
- Default USB limit set to 500mA
Our board consumes more than 100mA on boot, and this could cause nPM1300 USB limit reset, before nRF54H20 can program it. We don't want to connect I2C in this case, and just use static configuration of.
Charger enabled by default and USB limit set to 500mA.
Regards