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.

MSP430FR6047: Measurement time

Part Number: MSP430FR6047
Other Parts Discussed in Thread: EVM430-FR6047

Im trying to measure with USS through USSLib (v. 2.20) and whole measurement takes about 200 ms. I made one GPIO to change value after every part of measurement process and its shown on osciloscope screen below.  I use methods USS_configureUltrasonicMeasurement(&gUssSWConfig) - 120 ms,  USS_initAlgorithms(&gUssSWConfig) - 15 ms, USS_startLowPowerUltrasonicCapture(&gUssSWConfig) - 10 ms, USS_runAlgorithms(&gUssSWConfig, &algorithms_Results) - 61 ms and flow rate addition to variables - 790 us. MCU is in LPM4.5 till next interrupt from RTC. Its normal for measurement to take so long? 

So in conclusion, is it hardware or software problem or its usual behaviour? 

Thanks

**Attention** This is a public forum