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.

[参考译文] TMS570LS0432:TMS570LS0432、BQ79606A-Q1软件设计参考

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/995906/tms570ls0432-tms570ls0432-bq79606a-q1-software-design-reference

器件型号:TMS570LS0432

Hallo、如您所见、我使用软件 Battery Managment Studio 测试 BQ 波罗、以测量电池的温度。 它可以实现!

知道我尝试编写代码来读取测量值、我按照与屏幕截图中相同的步骤操作。  

+屏保中的第5个列表只是 为了设置 寄存器  CONTROL2中的 AUX_ADC_GO 位、还是有其他什么?

WriteReg (0、CONTROL2、0x02、1、FRMWRT_SGL_NR);    //开始 ADC 测量、位名称:AUX_ADC_GO、B1

+要读取温度(绝对电压),我是否应该读取寄存器 AUX_GPIO1_HU、 AUX_GPIO1_MU 和 AUX_GPIO1_LU,对吧?  或者、我应该读取另一个 Rrig水 泡吗?  

ReadReg (0,AUX_GPIO1_HU,fram_uncorrect, 3,0, FRMWRT_All_R );      //字节 AUX_GPIO1_HU、 AUX_GPIO1_MU 和 AUX_GPIO1_LU

我正在等待您的回复。 感谢你能抽出时间。