Hi Jing,
So i had configured TSI module with below configurations
tsiConfig.prescaler = kTSI_ElecOscPrescaler_8div;
tsiConfig.refchrg = kTSI_RefOscChargeCurrent_64uA;
tsiConfig.nscn = kTSI_ConsecutiveScansNumber_18time;
tsiConfig.mode = kTSI_AnalogModeSel_AutoNoise;
tsiConfig.extchrg = kTSI_ExtOscChargeCurrent_500nA;
tsiConfig.dvolt = kTSI_OscVolRailsOption_1;
tsiConfig.thresh = 0U;
tsiConfig.thresl = 0U;
and i am scanning electrodes one by one every 10ms and delta value i have set is 2500.
initially system run normally but after longer duration sensitivity of cap touch input increase to extent that without even touching the point i am able to get a valid touch input from a distance of round about 1cm.
Can you help me why this issue might be there.