Electronics
Atmel Software Foundation (ASF) Skeleton Project Creation in an existing Solution in AtmelStudio
- In AtmelStudio in the
Solution Explorer
window right-click onSolution 'Adafruit_FeatherM0_ASF_Tutorials'
- In the context menu choose
Add|New Project...
- Select
GCC C ASF Board Project
. - Choose
Name
Location
Since we started from the context menu of the solution, AtmelStudio knows which solution the project belongs to.
We now have to choose the board the project is for.
The Adafruit FeatherM0 is not known to AtmelStudio.
So in the Board Selection
dialog we have to Select By Device
.
Device Family: SAMD21
- The device on the FeatherM0 is an
ATSAMD21G18A
- We choose the
User Board template - ATSAMD21G18A
We now have an generic ASF project frame.