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.

ADS1274与STM32的SPI接口

Other Parts Discussed in Thread: ADS1274

TI工程师您好,我现在用STM32来读取ADS1274遇到了问题。电路图用的是官方的图。

对各控制的处理:

SYNC:接高电平。(看的另外一个帖子,不知道是否正确)

CLK: 使用STM32输出的25MHz时钟。

TEST[1:0]:全接地。

FORMAT[2:0]:001(SPI接口模式)

PWDN:全部接的高电平。


现在测得DRDY管脚如图Figure 76。但是Dout1读取不到数据。求大神指点。到底是电路问题还是软件问题