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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ There are four modes we will explore in this example:
10
10
* ADC Window Comparator mode
11
11
* ADC Sample Accumulator mode
12
12
13
-
This is an example of how to get started with the ADC on the ATMEGA4809. This is based on the application note [AN2573](#Related-Documentation).
13
+
This is an example of how to get started with the ADC on the ATMEGA4809. This is based on the application note [AN2573](https://www.microchip.com/wwwAppNotes/AppNotes.aspx?appnote=en601379).
14
14
15
15
## Related Documentation
16
16
@@ -23,7 +23,7 @@ This is an example of how to get started with the ADC on the ATMEGA4809. This is
23
23
- Data Visualizer
24
24
-[MPLAB Data Visualizer](https://gallery.microchip.com/packages/MPLAB-Data-Visualizer-Standalone(Windows)/)
25
25
-[Studio Data visualizer](https://www.microchip.com/mplab/avr-support/data-visualizer)
26
-
-[XC8 (v2.20)](https://www.microchip.com/mplab/compilers)alternativly[AVR/GNU C Compiler 5.4.0](https://www.microchip.com/mplab/avr-support/avr-and-arm-toolchains-c-compilers) can be used
26
+
-[XC8 (v2.20)](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
27
27
- ATmega_DFP 2.2.108 or later
28
28
29
29
## Hardware Used
@@ -42,8 +42,8 @@ This is an example of how to get started with the ADC on the ATMEGA4809. This is
42
42
4. Press the make and program button to program the device.
43
43
4. Open your favorite terminal application or Data visualizer and open the serial port associated with the Xplained Pro.
44
44
45
-
As mentioned in the appnote [AN2573](#Related-Documentation) you can change the voltage level of the adc input port and the approximated value will be shown over UART through data visualizer.
45
+
As mentioned in the appnote [AN2573](https://www.microchip.com/wwwAppNotes/AppNotes.aspx?appnote=en601379) you can change the voltage level of the adc input port and the approximated value will be shown over UART through data visualizer.
46
46
47
47
## Conclusion
48
48
49
-
We 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](#Related-Documentation) Application Note.
49
+
We 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/wwwAppNotes/AppNotes.aspx?appnote=en601379) Application Note.
0 commit comments