Artemis Development on Arm® Mbed™ OS (Beta)
Contributors:
santaimpersonator, Member #1571936
Project Setup
Once users have installed Mbed™ Studio, the fun begins! First, open Mbed™ Studio and create a new project.
- From the menu, select File > New Program....
- A New program dialog box should open.
A screenshot of dialog box.
- A New program dialog box should open.
- To begin with the Blinky example, from the Example program drop-down list, select in the MBED OS 6 list:
- For the Mbed OS full profile:
mbed-os-example-blinky
Selecting the Blinky example.
- For the Mbed OS full profile:
- For the Mbed™ OS Location, select the "Link to an existing shared Mbed™ OS instance" option.
- Browse for the location noted earlier, to the
ambiq-apollo3-dev
branch of our fork of Mbed™ OS.Setting the Mbed™ OS Location.
- Browse for the location noted earlier, to the
- Click Add Program.
- The program is loaded to your workspace and is the active program.