Interface LCD with SAM L22 MCU Tutorial: Step 1

Step 1.1: Create an Advanced Software Framework (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. See Lab Source Files and Solutions for descriptions of the files and folders found in this ZIP file.

2

Under the current folder, create a folder structure dev/saml22_slcd. The lab will be developed in this folder.

Atmel Studio will create a sub-folder saml22_slcd_lab inside dev/saml22_slcd.

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: saml22_slcd_lab
• Location: <Folder of your Choice>/dev/saml22_slcd
• Solution: 'Create new solution'
• Solution name: saml22_slcd_lab

new_project_wizard.PNG

6

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

7

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

ic_select.PNG

8

Under SAML22 > Device Family, select the device to be used by clicking on the name 'ATSAML22N18A'.

9

Clicking on device name 'ATSAML22N18A' will show the names of the supported boards for the selected device. Select the board to be used by clicking on 'SAML22 Xplained Pro - ATSAML22N18A' and press the Ok button.
Notice the various supported debug tools in the right pane of the Board Selection dialog. The board SAML22 Xplained Pro - ATSAML22N18A is shipped with EDBG firmware, therefore EDBG could be used as the programming/debugging tool.

board_select.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 'saml22_slcd_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.