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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,20 @@ 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](https://www.microchip.com/wwwAppNotes/AppNotes.aspx?appnote=en601379).
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/en-us/application-notes/an2573).
14
14
15
15
## Related Documentation
16
16
17
-
-[AN2573 - ADC Basics with tinyAVR 0- and 1-series, and megaAVR 0-series](https://www.microchip.com/wwwAppNotes/AppNotes.aspx?appnote=en601379)
17
+
-[AN2573 - ADC Basics with tinyAVR 0- and 1-series, and megaAVR 0-series](https://www.microchip.com/en-us/application-notes/an2573)
-[MPLAB® X IDE v6.15 or later](https://www.microchip.com/mplab/mplab-x-ide)
22
+
-[MPLAB® X IDE v6.25 or later](https://www.microchip.com/mplab/mplab-x-ide)
23
23
-[MPLAB® Data Visualizer](https://gallery.microchip.com/packages/MPLAB-Data-Visualizer-Standalone(Windows)/)
24
24
-[Studio Data Visualizer](https://www.microchip.com/mplab/avr-support/data-visualizer)
25
-
-[XC8 (v2.45)](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
26
-
- ATmega_DFP 3.0.158 or later
25
+
-[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
26
+
- ATmega_DFP 3.3.279 or later
27
27
28
28
## Hardware Used
29
29
@@ -42,8 +42,8 @@ This is an example of how to get started with the ADC on the ATmega4809. This is
42
42
5. Press the make and program button to program the device.
43
43
6. Open the desired terminal application or Data visualizer and open the serial port associated with the Xplained Pro.
44
44
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.
45
+
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.
46
46
47
47
## Conclusion
48
48
49
-
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/wwwAppNotes/AppNotes.aspx?appnote=en601379) Application Note.
49
+
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.
0 commit comments