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.

ADS5294 bit-wise模式

Other Parts Discussed in Thread: ADS5294

HI

  关于ADS5294, 配置成bit-wise模式,写入 X"0100" 到地址X"28", 但是无法完成配置。(MSB first)

  其它配置是能起到效果的,比如当我修改custom test pattern的数值,ADC对应的输出也会变化,而且与custom test pattern寄存器中的值是吻合的。

我使用sdout信号观察寄存器的回读值,对于其它寄存器,回读回来都是正确的。但是往0x28寄存器写入0x0100后,回读回来是0x0000,因此我尝试往0x28寄存器写入不同的值,观察回读情况,如下:
    写入                    读出
 0xFFFF                 0xFFFF
 0x0FFF                 0x0000
 0x8FFF                 0x8FFF
 0x8100                  0x8100
因此我怀疑当bit15为‘1’时,其余值写入才有效,否则读出全为’0’,感觉像是不支持bit-wise模式。
 
请问谁有这个EVM板,能否调试确认一下? 还是有其他的问题,没有注意到才导致这个异常的?