Skip to content

Commit 3c940e2

Browse files
Ole AarhaugOle Aarhaug
authored andcommitted
MPAE-4702: Updated Project
1 parent 3b9ddd0 commit 3c940e2

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ This is an example of how to get started with FreeRTOS™ on the AVR architectur
1515
## Software Used
1616

1717
- [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)
2022
- ATmega_DFP 1.4.351 or later
2123

2224
## Hardware Used
@@ -28,16 +30,16 @@ This is an example of how to get started with FreeRTOS™ on the AVR architectur
2830
## Setup
2931

3032
* 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.
3233

3334
## Operation
3435

3536
1. Download the zip file or clone the example to get the source code.
3637
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.
4143

4244
## Conclusion
4345

0 commit comments

Comments
 (0)