Skip to content

Commit d71bf8c

Browse files
committed
MPAE-19362: Updated tools versions and fix AN URL.
1 parent d3514ca commit d71bf8c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ There are four modes we will explore in this example:
1010
* ADC Window Comparator mode
1111
* ADC Sample Accumulator mode
1212

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).
1414

1515
## Related Documentation
1616

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)
1818
- [ATmega4809 Device Page](https://www.microchip.com/wwwproducts/en/ATMEGA4809)
1919

2020
## Software Used
2121

22-
- [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)
2323
- [MPLAB® Data Visualizer](https://gallery.microchip.com/packages/MPLAB-Data-Visualizer-Standalone(Windows)/)
2424
- [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
2727

2828
## Hardware Used
2929

@@ -42,8 +42,8 @@ This is an example of how to get started with the ADC on the ATmega4809. This is
4242
5. Press the make and program button to program the device.
4343
6. Open the desired terminal application or Data visualizer and open the serial port associated with the Xplained Pro.
4444

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.
4646

4747
## Conclusion
4848

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

Comments
 (0)