You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
# ATmega4809 Xplained Pro ADC Basics
12
12
13
-
MegaAVR® 0-series devices feature a 10-bit Successive Approximation register (SAR) Analog-to-Digital Converter (ADC) capable of conversion rates up to 115 ksps. It features a flexible multiplexer, which allows the ADC to measure the voltage at multiple single-ended input pins.
13
+
MegaAVR® 0-series devices feature a 10-bit Successive Approximation Register (SAR) Analog-to-Digital Converter (ADC) capable of conversion rates up to 115 ksps. It features a flexible multiplexer, which allows the ADC to measure the voltage at multiple single-ended input pins.
14
14
15
15
There are four modes we will explore in this example:
16
16
* ADC Free-Running mode
@@ -30,7 +30,7 @@ This is an example of how to get started with the ADC on the ATmega4809. This is
30
30
-[MPLAB® X IDE v6.25 or later](https://www.microchip.com/mplab/mplab-x-ide)
31
31
-[MPLAB® Data Visualizer](https://gallery.microchip.com/packages/MPLAB-Data-Visualizer-Standalone(Windows)/)
32
32
-[Studio Data Visualizer](https://www.microchip.com/mplab/avr-support/data-visualizer)
33
-
-[XC8 (v3.00)](https://www.microchip.com/mplab/compilers) alternatively [AVR/GNU C Compiler 5.4.0](https://www.microchip.com/mplab/avr-support/avr-and-arm-toolchains-c-compilers) can be used
33
+
-[MPLAB® XC8 (v3.00)](https://www.microchip.com/mplab/compilers) alternatively [AVR/GNU C Compiler 5.4.0](https://www.microchip.com/mplab/avr-support/avr-and-arm-toolchains-c-compilers) can be used
34
34
- ATmega_DFP 3.3.279 or later
35
35
36
36
## Hardware Used
@@ -39,21 +39,22 @@ This is an example of how to get started with the ADC on the ATmega4809. This is
39
39
40
40
## Setup
41
41
42
-
* Port `PD6` is the ADC channel input, connect a cable here to interract with the ADC
42
+
* Port PD6 is the ADC channel input. Connect a cable here to interact with the ADC.
As mentioned in the appnote [AN2573](https://www.microchip.com/en-us/application-notes/an2573)you can change the voltage level of the adc input port and the approximated value will be shown over UART through data visualizer.
56
+
The [AN2573](https://www.microchip.com/en-us/application-notes/an2573)application note shows how to adjust the voltage level of the ADC input port, and the corresponding approximated value will be displayed via UART using the Data Visualizer.
56
57
57
58
## Conclusion
58
59
59
-
We have here shown how to setup and get started with the ADC basics project. For more details about this example and how the ADC works please see the [AN2573](https://www.microchip.com/en-us/application-notes/an2573)Application Note.
60
+
We have here shown how to setup and get started with the ADC basics project. For further information about this example and the functionality of the ADC, refer to the [AN2573](https://www.microchip.com/en-us/application-notes/an2573)application note.
0 commit comments