Electronics

Atmel Software Foundation (ASF) Skeleton Project Creation for a new Solution in AtmelStudio

2017-06-05 03:23

  1. In AtmelStudio choose File|New|Project... (Ctrl+Shift+N).
  2. Select GCC C ASF Board Project.
  3. Choose
    • Name
    • Location
    • Solution name

Solutions can be seen as groups of projects that belong together. I decided to put all tutorials in one solution and create a directory for this solution, so everything is grouped together not only in AtmelStudio, but also on my hard drive.

Since we are creating an ASF Board Project, we now have to choose the board.

The Adafruit FeatherM0 is not known to AtmelStudio. So in the Board Selection dialog we have to Select By Device.

We now have a generic ASF project frame.