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.

[参考译文] BQ78Z100:正在写入闪存数据

Guru**** 2330830 points
Other Parts Discussed in Thread: BQ78Z100, BQSTUDIO
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/580061/bq78z100-writing-flash-data

部件号:BQ78Z100
主题中讨论的其他部件: BQSTUDIO

我正在使用HDQ通过CPU控制bq78z100


我需要写入制造信息块A24 (0x4058),但未能执行此操作。


我可以读回制造商信息块"确定"。


使用bqStudio I可以成功写入此地址。


1. 我是否需要写入整个块? (32字节)


2. 我是否需要计算C.S并将其写入?


根据PDF文件中的示例,我尝试:


写入0x3E|0x80 =0xBE
写入0x58|0x80 =0xD8//Little  Endian
写入0x40|0x80 =0xC0
写入一个字节数据。 (0x12)

谢谢