Hello I am using the TM4C129.
I do not think this possible, based on looking at the datasheet, but I was wondering if it was possible to receive 8-bits precision from the ADC, instead of 12 bits?
Thanks
Daniel
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello I am using the TM4C129.
I do not think this possible, based on looking at the datasheet, but I was wondering if it was possible to receive 8-bits precision from the ADC, instead of 12 bits?
Thanks
Daniel
You are confusing "precision" w/"accuracy." Precision is the "clustering" (grouping of results around some value) - Accuracy is the "deviation" between measured value & the (real) value.
Now these MCUs are not (really) capable of (full) 12 bit accuracy. Even when fed a (perfect) input signal - most always the three (least significant) bits will "bounce." I'm not "knocking" this vendor - firm/I use ARM MCUs from multiple vendors - they all suffer, similarly.
To obtain, "8 bit ACCURACY" you may (simply) reject the 4 lsb. (i.e. mask them out) You will find those 8 msbits to be very stable/consistent.