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.

[参考译文] TPS389006-Q1:读取 VMON 失败

Guru**** 2526740 points
Other Parts Discussed in Thread: TPS389006-Q1

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

https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/1199848/tps389006-q1-read-vmon-fail

器件型号:TPS389006-Q1

TPS389006-Q1 EVM 无法读取 VMON

设置:VMON2=0.8V、VMON4=1.0V;SCL/SDA 被连接至一个 i2c 主器件、使用 i2cget 来读取 reg、使用 i2cset 来写入 reg。

测试:  

------------

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x00

0x18

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x01

0x02

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x02

0x02

root@localhost:/sys/switch i2cget -f -y 6 0x30 0xf0  

0x00

root@localhost:/sys/switch i2cset -f -y 6 0x30 0xf0 0xd601 w  (__LW_AT__选择bank1

root@localhost:/sys/switch i2cget -f -y 6 0x30 0xf0  

0x01

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x11  

0x0F

root@localhost:/sys/switchchi2cset -f -y 6 0x30 0x11 0x8700 w (__LW_AT__disable FEC 

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x11  

0x00

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x12 (__LW_AT__test_cfg

0x03

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x1c                                         

0x01  

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x1E (__LW_AT__VIN_CH_EN)

0x3F

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x1f

0x00

root@localhost:/sys/switch i2cget -f -y 6 0x30 0xf0  

0x01

root@localhost:/sys/switch i2cset -f -y 6 0x30 0xf0 0x0 (__LW_AT__选择bank0

root@localhost:/sys/switch i2cget -f -y 6 0x30 0xf0  

0x00   

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x10

0x00

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x11 (__LW_AT__bank0、0x10、INT_MONITOR=0

0x00  

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x23 (__LW_AT__bank0、0x23、INT_TEST=0

0x00

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x30 (__LW_AT__bank0、0x30、VMON_STAT=0x7E

0x7E

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x31

0x00

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x32 (OFF_STAT,MON2/4通道未关闭)

0x35

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x40  

0x00

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x41

0x00

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x42

0x00

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x43

0x00

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x44

0x00

root@localhost:/sys/switch i2cget -f -y 6 0x30 0x45

0x00

 

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

    你(们)好

    如果器件未处于活动状态、寄存器40至45将不会返回值。  

    您能告诉您何时将动作定位为高电平吗? 是使用 VDD 还是在 VDD 之后?  

    您能否先开启 VDD、然后将 ACE/SLEEP 引脚设为高电平、最后将 ACE/关 断引脚设为高电平并检查一次。  

    此致

    Trailokya  

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

    ACT 引脚被。至 VDD、所以它与 VDD。I 一起将尝试在最后一个 μ s 内将 ACT 引脚拉至高电平

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

    您能否先打开 VDD,然后再打开 ACE/SLEEP 引脚高电平,最后将 ACE/Shutdown 引脚设为高电平,然后检查一次。 

    它正在工作,我可以读取 VMON、非常感谢。