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.

ADS1298 第五通道无法控制

Other Parts Discussed in Thread: ADS1298

上电后初始化ADS1298,设置寄存器

CONFIG1    0x46
CONFIG2    0x02
CONFIG3    0xC0   
LOFF           0x02

CH1SET       0x10
CH2SET       0x10
CH3SET       0x10
CH4SET       0x10
CH5SET       0x10
CH6SET       0x10 
CH7SET       0x10
CH8SET       0x10

其他默认,未改变。

设置后,回读寄存器(包括ID)获得如下:

ID               0x92

CONFIG1    0x46
CONFIG2    0x02
CONFIG3    0xC0   
LOFF           0x02

CH1SET       0x10
CH2SET       0x10
CH3SET       0x10
CH4SET       0x10
CH5SET       0xFF
CH6SET       0x10 
CH7SET       0x10
CH8SET       0x10

第五通道无法设置,且无法正常工作。向模拟通道外接模拟信号,第五通道维持不变值,高16位 0xC000;其余通道正常采样运行。请教,各位大神,帮忙分析下。