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
Module | Application | Example Type |
---|---|---|
System Timer (SysTick) | Initializing the SysTick Timer | GCC Project |
Sigma-Delta ADC (SDADC) | Sigma-Delta ADC Example Project | GCC Project |
Serial Communication (SERCOM) Serial Peripheral Interface (SPI) | SERCOM SPI Slave Example Project | GCC Project |