Booten in Titelbild.
[hackover2013-badge-firmware.git] / tools / validation / adctest / abstract.txt
1 This test program will read 1K samples from the ADC,
2 and send the results in CSV format out via USB CDC.
3
4 The test results can be pasted into Excel and analyzed
5 to better understand the ADC performance.
6
7 There appears to be a couple LSB of variation on the ADC
8 of the LPC1343 Reference Design, including some fairly
9 large one-off peaks and valleys.
10
11 As a result of these tests, and additional flag was added
12 to the code base to enable the ADC code to optionally take
13 a number of readings and return an average result, which
14 helps reduce the effect of individual peaks or dips in the
15 ADC.
16
17 Results of the tests with and without averaging can be
18 seen in the included excel spreadsheets, showing min, max
19 and stddev for the range of data captured.
20
21 As was expected, the ADC seems to perform better towards the
22 middle of the range than on the lower end.
This page took 0.049764 seconds and 5 git commands to generate.