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.

[参考译文] ADS122U04:仅返回2字节的数据格式。

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

https://e2e.ti.com/support/data-converters-group/data-converters/f/data-converters-forum/1212397/ads122u04-only-2-bytes-of-data-format-are-returned

器件型号:ADS122U04

你(们)好。
我正在尝试使用 micropython 来控制 ADS122U044。
每个寄存器都应该可以读取/写入、但当我使用单次执行转换时、它通常只返回2字节的数据、而正常情况下它会返回3字节的数据。

下面是每个寄存器的设置。

CMD_WREG0 = ustruct.pack ('!BBB'、0x55、0x40、0x4E)
CMD_WREG1 = ustruct.pack ('!BBB'、0x55、0x42、0x06)
CMD_WREG2 = ustruct.pack ('!BBB'、0x55、0x44、0x08)
CMD_WREG3 = ustruct.pack ('!BBB'、0x55、0x46、0x00)
CMD_WREG4 = ustruct.pack ('!BBB'、0x55、0x48、0x48)

感谢您的任何帮助!

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    谢谢你。
    此问题已得到解决。