Hello team,
In AWR1642 we can config the GPADC sampleCnt and settlingTime shown below.
.numOfSamples[0].sampleCnt = 20,
.numOfSamples[0].settlingTime = 3,
The settling time is 0.8*3 = 2.4us. If enable all 6 GPADC channel. Is that means we need 2.4*6=14.4us to finish one round sample?
And how to understand the sampleCnt? if i change 20 to 255, will it increase the GPADC data buffer size?
My understanding is it will record the avg, max, min value of the setting sample number. Is my understanding correctly?
Thanks.
Wesley