This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LMK03328: DEV_CTL Register

Part Number: LMK03328

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,