SAM C21 Code Examples Listing

Last modified by Microchip on 2023/11/10 11:08

Code examples are categorized according to the following types:

  • GCC Executable (no framework) example: Utilize handwritten drivers without any automatic code generation. Projects use Atmel Studio 7 Integrated Development Environment (IDE).
  • Advanced Software Framework 3 (ASF3) example: Utilize automatically-generated drivers and pre-defined Application Programming Interfaces (APIs) using ASF3.
  • Advanced Software Framework 4 (ASF4) example: Utilize automatically-generated drivers and pre-defined APIs using ASF4.

Listing

ModuleApplicationExample Type
System Timer (SysTick)Initializing the SysTick TimerGCC Project
Sigma-Delta ADC (SDADC)Sigma-Delta ADC Example ProjectGCC Project
Serial Communication (SERCOM) Serial Peripheral Interface (SPI)SERCOM SPI Slave Example ProjectGCC Project