Step 1.1: Create an ASF project using Atmel Studio IDE
2
Under the current folder, create a folder structure dev/audio_sine_tone. The lab will be developed in this folder.
The Atmel Studio will create a sub-folder audio_sine_tone_lab inside dev/audio_sine_tone.
4
In the New Project dialog, select GCC C ASF Board Project.
6
After clicking OK, the Board Selection dialog will be opened.
8
Under SAMV71 'Device Family', Select the device to be used by clicking on the name ATSAMV71Q21
9
Clicking on device name ATSAMV71Q21 will show the names of the supported boards for the selected device. Select the board to be used by clicking on SAMV71-XULTRA - ATSAMV71Q21 and press OK button.
Notice the various supported Debug Tools in the right pane of the Board Selection dialog. The board SAMV71-XULTRA - ATSAMV71Q21 is shipped with EDBG firmware, therefore EDBG could be used as the programming/debugging tool.
10
After clicking the OK button, the project will be created and opened. You will see the ASF Wizard dialog and the Solution Explorer on the right pane.
If you close the ASF Wizard window, you can re-open by right clicking on the solution name audio_sine_tone_lab under Solution Explorer > ASF Wizard