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-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,10 @@ This is an example of how to get started with FreeRTOS™ on the AVR architectur
15
15
## Software Used
16
16
17
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)/)
18
+
-[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
19
+
- Data Visualizer
20
+
-[MPLAB Data Visualizer](https://gallery.microchip.com/packages/MPLAB-Data-Visualizer-Standalone(Windows)/)
21
+
-[Studio Data visualizer](https://www.microchip.com/mplab/avr-support/data-visualizer)
20
22
- ATmega_DFP 1.4.351 or later
21
23
22
24
## Hardware Used
@@ -28,16 +30,16 @@ This is an example of how to get started with FreeRTOS™ on the AVR architectur
28
30
## Setup
29
31
30
32
* Connect the OLED1 Xplained Pro Extension Kit into the **EXT1** port on your Curiosity Nano Base.
31
-
* Connect the ATmega4809 Curiosity Nano with the Curiosity Nano Base to your computer with a micro usb cable.
32
33
33
34
## Operation
34
35
35
36
1. Download the zip file or clone the example to get the source code.
36
37
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.
38
+
3. Connect the ATmega4809 Curiosity Nano with the Curiosity Nano Base to your computer with a micro usb cable.
39
+
4. Open `ATmega4809FreeRTOSExample.X` in MPLAB®.
40
+
5. Make sure the kit is selected as the tool to be programmed under project settings.
41
+
6. Press the make and program button to program the device.
42
+
7. Open your favorite terminal application or Data visualizer and open the serial port associated with the cnano.
0 commit comments