大家好!
看ADC的手册看到one-shot模式,看不大懂究竟是干什么的?
能不能简单描述一下这个模式的功能呢?
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.
大家好!
看ADC的手册看到one-shot模式,看不大懂究竟是干什么的?
能不能简单描述一下这个模式的功能呢?
我没用过这种模式,不过可以谈一下我的理解,one-shot就是一次性的意思,这个在其他外设(比如ecap)中也有。就是采一次就停了,如果下次要再采集的话要在软件里用语句启动。用途我想可能是这样的,如果外部模拟量会受到影响(比如在触发开关的时候干扰比较大),那么程序中就可以在触发时停止采集,等干扰源没了再采,而不是一直固定事件采集。