有些用户数据需要写到芯片,并且此块区域在恢复出厂设置的时候不被删除。按照官网提供方法
在我的command 下,还需要添加芯片失败才可以读写 :
-s Jlink序列号, --device 芯片
commander tokendump -s 59400616 --device ZGM130S037HGN --tokengroup myapp --outfile mytokens.txt
commander flash -s 59400616 --device ZGM130S037HGN --tokengroup myapp --tokenfile mytokens.txt
commander readmem --range 0x0FE00400:+8 -s 59400616 --device ZGM130S037HGN
使用tokens-example-efr32.json 重新命名后, 将不需要的全部都删了,剩下你自己要写的东西,并且这个文件要和mytokens.txt 同步,也就是json 文件写几个位置, mytokens.txt也就有几条数据