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.

[参考译文] BQ76952:关于 BQ76952示例代码

Guru**** 2457760 points
Other Parts Discussed in Thread: BQ76952

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

https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/1174912/bq76952-about-bq76952-example-code

器件型号:BQ76952

尊敬的专家

我们使用"STM32_I2C"示例代码,我们的 MCU 是 GD32F103,我们运行示例时发现"HAL_I2C_Mem_Write (&hi2c1、DEV_ADDR、REG_addr、1、TX_Buffer、 crc_count、1000);"我们无法打开。因此我们编写了自己的代码、但我们发现无法写入严格的 TS1、TS3。   

您可以共享  "HAL_I2C_Mem_Write (&hi2c1、DEV_ADDR、REG_addr、1、TX_Buffer、 crc_count、1000);" 向我们发送的代码?

2.我们使用示例代码,在 SET_CFGUPDATE 之后写入寄存器,系统报告“超时”错误。 这是我们无法写入寄存器的主要错误吗?

3.MuxDrvBQ769x2_subcommands (BQ769x2_reset、NULL、BQ769x2COMMANDTYPE_ONLY 命令);

执行复位操作后、读取和写入 BQ76952需要多长时间? 我们在复位后使用600ms 的延迟,无法写入寄存器。