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.
大家好、
目前、我们 使用系统上的 MCU 测试 ADC124S051。 我们无法找到高效使用 ADC 的方法。
原因是我们无法使用中断与 ADC124S051通信。 我们似乎需要始终读取 ADC。
我们是否有任何解决方案可以实现中断通信而不是轮询?
BR
Brandon。
您好、Brandon、
ADC124S051无法生成中断、因此必须在软件中进行设置。 例如、您可以使用计时器例程每 X 个时间段读取一次 ADC。 触发 GPIO 的外部事件可能会关闭从 ADC 获取一系列样本的请求。