Audio Sine Tone Tutorial: Step 1

Step 1.1: Create an ASF project using Atmel Studio IDE

1

Create (or Navigate to) a folder of your choice where you would want to place lab.

Extract the ZIP file you downloaded to this folder. A description of the files and folders found in this ZIP file can be found here.

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.

3

Start Atmel Studio and create a new project by selecting File > New > Project.

image2.png

4

In the New Project dialog, select GCC C ASF Board Project.

5

Specify the following in the New Project dialog (see below):
• Name: audio_sine_tone_lab
• Location: <Folder of your Choice>/dev/audio_sine_tone
• Solution: Create new solution
• Solution name: audio_sine_tone_lab

image3.png

6

After clicking OK, the Board Selection dialog will be opened.

7

In the Board Selection dialog, Choose 'Select By Device' radio button, and select SAMV71 from the 'Device Family' drop down menu.

image4.png

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.

image5.png

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



Next Step >

© 2024 Microchip Technology, Inc.
Notice: ARM and Cortex are the registered trademarks of ARM Limited in the EU and other countries.
Information contained on this site regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer's risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights.