SAM C21 Code Examples Listing
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 IDE.
- Advanced Software Framework 3 (ASF3) Example: Utilize automatically-generated drivers and pre-defined 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 |
SERCOM SPI | SERCOM SPI Slave Example Project | GCC Project |