请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:ADS1258 您好!
我们在设计中使用的是 ADS1258器件型号。 我们已通过 SPI 接口将 ADC 连接到 FPGA。 我们能够读取数据。 但是、当我们尝试将数据转换为实际值时、它将是应用的输入的一半。 请告诉我们如何根据从 ADC 获得的计数计算输出。 已附上原理图以供参考。
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.
您好 Guru Hegde、
下面是将代码转换为电压的过程:
例如,如果十进制代码为1335769d,VREF = 2.5V,增益= 1,则测得的输入电压为1335769 *[(2*1.0666*5)/(1 * 2^24)]= 0.849V
布莱恩