Artemis Development on Arm® Mbed™ OS (Beta)

Pages
Contributors: santaimpersonator, Member #1571936
Favorited Favorite 2

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.
      dialog box
      A screenshot of dialog box.
  • 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
      select program
      Selecting the Blinky example.
  • 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.
      link port
      Setting the Mbed™ OS Location.
  • Click Add Program.
    • The program is loaded to your workspace and is the active program.