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.

用TMS320F2812来控制读取ads1299EEG-FE开发板8路模拟输入信号问题

我是在MMBO和FE板连接在一起时用TMS2812控制板进行调试的,将TMS2812的四根spi控制线与FE板上的四个spi引脚对应连接,将FE板上的pwdn、start、reset分别与TMS2812的IO引脚连接,将DRDY_N引脚与TMS2812的外部中断引脚连接。TMS2812为master模式

上电后,程序配置流程如下:

1)RESET_N=1,PWDN_N=1,START=0,

2)等待1s

3)RESET_N=0

4)等待10ms

5)RESET_N=1

6)发送SDATAC命令

7)发送读取ID命令
这样得到的ID总是E000,想知道这是为什么