Creating a New Example Project from ASF (Atmel Software Framework)

  1. Select File > New > Example Project... from the menu, and the dialog below will appear.



  2. Select the desired example project based on the ASF version, specify a project name and select a location for the project.

  3. If no solution exists, then a new solution is created and the Example Project is added to it. If there is already an existing solution, the Example Project is added to the exisitng solution by default. Select the option Create New Solution in the Solution combo box if you wish to create the Example Project in a new solution.



  4. The device is specific to the selected kit.

  5. Press OK when you are done with the settings.

  6. The Example Project Dialog creates the chosen Example Project.

  7. The Project Tree will be set up. Notice that a new solution is created because Create New Solution was selected above. All source files will be placed under this node as specified for the selected example project.



  8. Build the project and you should now be ready to start debugging the code by pressing the Start Debugging (F5) button.