您好、先生、
我有与 MCU 连接的接口 ads1262。我 面临着问题。当平均函数速度中的数据变得缓慢时
我想检查我 与 ads1262的 SPI 通信、那么如何检查我的 SPI 功能是否正常工作?? 请给我一些建议。
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.
您好、Kinnari、
尽量避免在/DRDY 下降沿期间读取数据。
在这段时间内、输出移位寄存器被载入新的转换结果、因此、在计时时、移位寄存器更新的旧数据、并且您可以从新转换结果开始计时值。
或
尝试使用"RDATA"命令读取数据。
发送 ADS1262时、"RDATA"命令会将转换结果加载到单独的缓冲区中、然后时钟输出来自该缓冲区的数据。 以这种方式读取数据时、新的转换完成后、旧的转换结果不会损坏。
我希望这对您有所帮助、
Chris