Part Number: MSP430FR2676
Hi,
I got below questions from customer.
Could you answer them?
Q1) CAPT_calibartionSensor() is used to calibrate the sensors.
It seems the API calibrate Gain and Offset.
Customer wants to calibrate LTA value only.
Do we have such API?
Q2) LTA calculation is done automatically.
Is it possible to modify LTA value directly by user code?
Q3) Is it possible to control LTA updating by user code?
For example, to stop LTA update during some period of time.
Q4) CAPT_updateUI() is called by timer interrupt (CapTIvate conversion timer interrupt).
Suppose calling CAPT_updateUI() is delayed by some reasons, what happens?
For example, if CAPT_updateUI() is called 1 sec after the interrupt;
a) sensor scan is stopped during this 1sec period. CAPT_updateUI() handles sensor values when the interrupt happens(1sec old values).
or
b) sensor scan is continued during this 1sec period. CAPT_updateUI() handles the latest sensor values. (old values in the 1sec period are discarded.)
or
else
Thanks and regards,
Koichiro Tashiro
