Tool/software:
Hello,
While going through USS libraries for MSP430FR6047 for time of flight calculation, there is limit of 20 percent at threshold index. This limit is checking that if current ADC value at threshold index is within 20 percent of the previous ADC value at threshold index then it will calculate the time based on this index only. The code will go to searching algorithm only when this 20 percent limit is violated. So what is the purpose of this 20 percent limit? What if I do not use this?
Thanks,
Anup Kumar.