File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ This is an example of how to get started with FreeRTOS™ on the AVR architectur
1414
1515## Software Used
1616
17- - [ MPLAB X IDE v5.40 or later] ( https://www.microchip.com/mplab/mplab-x-ide )
18- - [ Data Visualizer] ( https://www.microchip.com/mplab/avr-support/data-visualizer )
17+ - [ MPLAB® X IDE v5.40 or later] ( https://www.microchip.com/mplab/mplab-x-ide )
18+ - MPLAB® XC8 2.20 or a later
19+ - [ MPLAB® Data Visualizer v1.1.793 or later] ( https://gallery.microchip.com/packages/MPLAB-Data-Visualizer-Standalone(Windows)/ )
1920- ATmega_DFP 1.4.351 or later
2021
2122## Hardware Used
@@ -31,11 +32,12 @@ This is an example of how to get started with FreeRTOS™ on the AVR architectur
3132
3233## Operation
3334
34- 1 . Download the zip file or clone the example to get the source code
35- 2 . Open ` ATmega4809FreeRTOSExample.X ` in MPLAB
36- 3 . Make sure the kit is selected as the tool to be programmed under project settings
37- 4 . Press the make and program button to program the device.
38- 5 . Open data visualizer under to interact with the virtual comport on the devkit
35+ 1 . Download the zip file or clone the example to get the source code.
36+ 2 . Make sure you have the MPLAB® XC8 compiler installed.
37+ 3 . Open ` ATmega4809FreeRTOSExample.X ` in MPLAB®.
38+ 4 . Make sure the kit is selected as the tool to be programmed under project settings.
39+ 5 . Press the make and program button to program the device.
40+ 6 . Open data visualizer under to interact with the virtual comport on the devkit.
3941
4042## Conclusion
4143
You can’t perform that action at this time.
0 commit comments