2021-05-28 04:38 AM
Hello community,
I'm actually working on an NFC application using m24lr04e. I use hal_i2c_mem_read/write to read and write data to eeprom. I'm able to read and write user memory area. but for system memory i can only read it. I'm not able to change sector security status for RF, but i can read them. I don't know what might be the issue. Please help me.
thanks!!
Solved! Go to Solution.
2021-05-28 06:48 AM
Hi Araqi.1,
Did you present the I2C password before writing?
Regards, Ulysses
2021-05-28 06:48 AM
Hi Araqi.1,
Did you present the I2C password before writing?
Regards, Ulysses
2021-05-28 07:39 AM
Hello Ulysses,
Thanks for replying.
no I didn't present i2c pwd. because I didn't changed i2c security configuration. Do I need to present it even if I didn't activate security on I2C mode?
if yes, how can i do it using just HAL_I2C functions?
thank you for help :) !!
2021-05-28 07:45 AM
Hello Ulysses,
Thanks for replying.
no I didn't present i2c pwd. because I didn't changed i2c security configuration. Do I need to present it even if I didn't activate security on I2C mode?
if yes, how can i do it using just HAL_I2C functions?
thank you for help =) !!
2021-05-31 02:57 AM
Hi Araqi.1,
from looking at the DS I don't see much in system memory that can be written. And lock bits seem to need always the Present Password procedure.
Regards, Ulysses