在论坛上看到
“这里可以下载ADS1299的source code:
ftp://ftp.ti.com/pub/data_acquisition/ECG_FE/ADS1298/Source_ads129x_v1p1.zip
但是需要在e2e.ti.com/上提出并留下邮箱申请解压密码。”
不过好像这个网址打不开啊,如果有source code请麻烦发我邮箱一份啊,谢谢啦,397714706@163.com
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.
我对照1192的初始化代码进行编写,但
我的写寄存器的程序是:
cs = 0;
spi_send_single(0x41);
delay_us(2);
spi_send_single(0x00);
delay_us(2);
spi_send_single(0x90);
delay_us(2);
cs = 1;
程序运行完成后,观察drdy引脚,没有任何反应,但如果把上面程序连着运行两边,drdy有时可以变为16kHZ,有时还是维持片子复位完成后的250HZ,想知道这是为什么。