ADS122C04EVMで(AVDD+AVSS)/2の設定で測定すると
チャネル: ADC0
サンプル:2048
平均: 17.9
標準開発: 22.3
パッケージ変換: 134
エノブ: 19.5
NFB: 16.9
の結果でした。
データシートと違いがあります。
この結果は正しいですか、それとも異常ですか。
もし異常だとしたら何が起きて居ると考えられますか。
教えてください。
スクリプトは以下の通りです。
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<script>
<name>Voltage Measurement Ain0-Ain1 short PGA:1 </name>
<description>This script uses the EVM voltage divider to measure voltages to 24V using the internal reference. Voltage is supplied to J6 pins 5(+) and 1(-). Measurement at AIN0/AVSS.</description>
<command_list>
<command>
<command_string>WREG 00 E0</command_string>
<description>Use the AIN0/AVSS input at PGA gain of 1 and PGA disabled</description>
</command>
<command>
<command_string>WREG 01 08</command_string>
<description>Use reference (AVDD-AVSS) at 20sps</description>
</command>
<command>
<command_string>WREG 02 00</command_string>
<description>Current sources off</description>
</command>
<command>
<command_string>WREG 03 00</command_string>
<description>IDAC routing disabled</description>
</command>
<command>
<command_string>REGMAP</command_string>
<description>Read back the register settings</description>
</command>
<command>
<command_string>DELAY 500</command_string>
<description>Delay to make sure register readback is complete</description>
</command>
</command_list>
</script>