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.
工具与软件:
你好。
我能否获得初始化 ADS1256和读取00h 状态寄存器的示例序列?
我有一个 ADS1256的调节器板。 我要尝试将其与 Micro:bit、mictopython 一起使用。
-波特率= 2000000、位=8、模式=0。
我要对其进行初始化并读取寄存器00h。 但不管用。
序列,现在我正在尝试是...
_RESET 高电平->延迟-> _CS 低电平 ->延迟-> SPI.write (bytes ([0x10、0x01])->延迟
-> SPI.Read (1)个或更多字节。 ->但响应始终都是 FFh。 (B'\xff'、B'\ff\xff'...)
谢谢你。
尊敬的 Jeongho:
欢迎来到 E2E 社区。
您能否提供使用示波器或逻辑分析仪捕获的 SCLK、DIN、DOUT 和/CS 时序图? 如果使用 逻辑分析仪、最好添加其他信号(/DRDY、/SYNC)。 您的原理图将会很有帮助。
BR、
戴尔