Hello,
I have a question about the DEV_CTL register.
Are there any restrictions when we access DEV_CTL register?
(background)
At startup sequence, we set registers by I2C as below,
step1) Write some value to several registers for device configuration
step2) Write 0x59 to DEV_CTL register(0x0C) for software reset
step3) Write 0xD9 to DEV_CTL register(0x0C) for reset release
step4) Read DEV_CTL register(0x0C) for status check
-->The device configuration is finished.
In step4, the expected value is 0xD9, but the value is sometime 0x59 which was written in step2.
This behavior occurs at address 0x0C(DEV_CTL) only.
Best Regards,