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.

关于bq34z100 dataflash 读写,写回数据地址 及 unseal的问题 不太懂 请教



我看了一下手册读写dataflash的例子

但是很快发现一个问题,读取数据的地址和写回数据的地址不同,文中说写回到特殊偏移地址,这个地址如何计算得出呢?

还有一个关于unseal的问题,例子中说要发送Control()(0x00/0x01),发送这个之后Control(0x0414)和Control(0x3627)是不是子命令呢?

是否如下发送呢?

第一个2字节key: 0x00 0x01        0x14 0x04         key0 key1 每两字节一组发送

第二个2字节key: 0x00 0x01        0x61 0x00         key0 key1 每两字节一组发送

这四个字节的key值在手册哪里呢?目前还没找到

谢谢!