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.

[参考译文] ADS7952-Q1:无法在手动模式下选择 Range2 (0-2*Vref)

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

https://e2e.ti.com/support/data-converters-group/data-converters/f/data-converters-forum/963401/ads7952-q1-not-able-to-select-range2-0-2-vref-in-manual-mode

器件型号:ADS7952-Q1
主题中讨论的其他器件:ADS7952

您好!

我在手动编程模式下使用 ADS7952、其中模拟和数字电源为5V、并在 Vref=2.5V 时连接单独的 AGND 和 DGND。 在手动模式下、我无法选择范围2 (0-2*Vref)、CH0的2.5V 输入为4095、而不是~2045。

我正在写入 SDI=0x1840以选择 CH0和范围2。 这是一个代码片段。

sdata=0x1840;

for (;;)
  {
    
    SPI_xmit (sdata);//转换0x1840
    //等待数据被接收
    while (SpiaRegs.SPIFFRX.bit.RXFFST!=1){}
    //检查已发送的数据
    RDATA = SpiaRegs.SPIRXBUF;
  
  }

谢谢