I have a UCODE I2C device which has a none zero access password and the user memory is set in the secured state. When the user memory is set the open state, I2C writes to the user memory work ok. How can I write the user memory via the I2C interface when the user memory is set to the secured state?
Hi,
In my understanding, there should be no problem to access the memory via I2C even in the secured state.
Have you disable I2C port before? If yes then you have to issue ChangeConfig command via RF to enable it.
Have a great day,
Kan
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Kan,
It was my understanding too from the datasheet that it could be accessed. I've managed to work around it by unlocking the bank writing to the user memory then relocking it but I don't really like the idea of doing this even though it happens relatively quickly.
Thanks for replying,
Matt