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

     

     

    注意:调节非线性关系。

     

     

  • 相关阅读:
    k8s-存储-volume
    k8s-存储-configmap
    k8s-集群调度
    k8s-常用命令
    k8s-资源限制
    k8s-更改证书时间
    kubeadmin安装k8s
    CCPC-Wannafly Winter Camp Day7 D---二次函数【数论】【构造】
    洛谷P1219 八皇后【dfs】
    2019寒假计数器
  • 原文地址:https://www.cnblogs.com/agllero/p/5555114.html
Copyright © 2011-2022 走看看