我在MSP430FR6043EVM_USS_Gas_Demo里面想要加个开关来监测CH0_OUT引脚开始输出和输出完成情况,因为我们的换能器是有噪声的,想用个开关把噪声隔离。代码里有什么办法可以准确检测CH0_OUT引脚的输出情况
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.
我在MSP430FR6043EVM_USS_Gas_Demo里面想要加个开关来监测CH0_OUT引脚开始输出和输出完成情况,因为我们的换能器是有噪声的,想用个开关把噪声隔离。代码里有什么办法可以准确检测CH0_OUT引脚的输出情况
The whole sequence of signal generation and ADC capture is controlled by the ASQ module. There is no sign in the code that tells you when the excitation signal is generated.