ST25dv change register of user area1 protection mode
I try to change the user area 1 protection to read only (from RF).
I'm doing that by i2c.
but something wrong, it doesn't matter what I try to update it always changed it to 6b:
00000000 88 00 01 00 6b 0f 6b 0f 00 0f 6b 6b 00 00 07 00 |....k.k...kk....|
00000010 00 00 00 00 7f 00 03 24 63 1f 03 15 00 24 02 e0 |.......$c....$..|
00000020 12 ff ff ff |....|
00000024the cmds:
echo -n -e \\x0c > /tmp/reg.bin
dd if=/tmp/reg.bin of=/sys/devices/13890000.i2c/i2c-3/3-0057/st25dv_sys bs=1 count=1 seek=4