zoukankan      html  css  js  c++  java
  • 使用数字电位器AD5254调节电源

    电源芯片TPS650242RHBR/TPS650243RHBR,一路固定输出,两路DCDC输出,两路LDO输出。
    数字电位器AD5254内部集成4路电位器,满量程有10k,50k,100k几种。

    TPS650243RHBR输出电压计算公式:

    ①VOUT = VFBLDOx * ((RAB)/RWB)

    where:VFBLDOx = 1.0V

    ②VOUT = VDEFDCDCx * ((RAB)/RWB)

    where:VDEFDCDCx = 0.6V

     

    AD5254电阻计算公式

    RWB(D) = (D/256) × RAB + 75 Ω (2)

    where:
    D is the decimal equivalent of the data contained in the
    RDAC latch.
    RAB is the nominal end-to-end resistance

     

    AD5254相关寄存器操作

    I2C地址:0x58

       0X0x写入RDACxD

       0X9x保存RDACx当前值到eemem ,重新上电后电压值从eemem中读出

       Increment RDACs (A1, A0) one step

    101010xx   A1 A0 

       Decrement RDACs (A1, A0) one step

    110100xx   A1 A0  

     

    电压范围与调节步进关系:

    电压范围(V

    步进(mV

    1.0~1.6

    <10

    1.6~2.2

    10~20

    2.2~2.7

    20~30

    2.7~3.1

    30~40

    3.1~3.5

    40~50

    3.5~3.9

    50~60

    3.9~5.0

    60~80

     

     

    注意:调节非线性关系。

     

     

  • 相关阅读:
    Codeforces Round #363 (Div. 2)
    Codeforces Round #312 (Div. 2)
    Codeforces Round #354 (Div. 2)
    Codeforces Round #353 (Div. 2) A
    Codeforces Round #347 (Div. 2) B
    Codeforces Round #326 (Div. 2)
    Spring中数据库技术--获得DataSource
    查询练习
    查询语句
    Oracle数据库的使用
  • 原文地址:https://www.cnblogs.com/agllero/p/5555114.html
Copyright © 2011-2022 走看看