I tried to use the STM32 chip to drive the ADS1261 for multi-channel acquisition, but after reading the chip manual, I still don't know how to configure the ADS1261 for multi-channel acquisition
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.
您好,ADS1261内部只集成了一个ADC,输入前端是多路选择器MUX,所以即使多路同时输入的话,通过MUX也只能选择一路进行采集。
所以如果内部集成了多路ADC的话,便可实现多路同时采集。
我看手册上写的将INPMUX寄存器设置为0xEE是将所有通道使能
配置成0xEE不是所有通道使能,all input open,指的是输入信号接入,即所有开关打开状态。
可以通过设置INPMUX寄存器来自动切换通道吗
不能自动切换通道,只能通过配置寄存器选择哪路输入。
所以当选择其中一路导通时,不能自动检测其他通道的输入。
我看手册上写的将INPMUX寄存器设置为0xEE是将所有通道使能,
抱歉,我上面落下两个字,配置成0xEE不是所有通道使能,all input open,指的是没有输入信号接入,即所有开关打开状态。