My goal is to configure the value of the 0x2F register into NVM to make it permanently effective.
I drived SPI and send 3bytes 0x2F 0x01 0x7E to PMIC.
The value I read after writing is updated every time.
But removing the write operation and reading it again restored it to the default value.
May I ask how to solve this problem?