Hi Hao, This issue is solved by making following changes: - 1) object->deltaTOF.estimate.numSamplesPerCycle = (int16_t) ( params->numSamplesPerCycle * 4096.0f); chnging int16_t to int32_t. 2.) Instead of:- winRampLength = _Q12rmpy(object->numSamplesPerCycle, object->winTrapzRampOverNumCycles); It should be:- winRampLength = _IQ12rmpy(object->numSamplesPerCycle, object->winTrapzRampOverNumCycles); But i want to ask will you provide the updated USS library version on TI web site along with errata sheet? Also, who will confirm that the changes I have made has no other impact at all. Thanks, Anup Kumar
↧