Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 545 Bytes

ATMEGA4809_ADC_Examples

This repository contains examples of bare metal source code for ADC as described in TB3209 document from Microchip. The repository contains an Atmel Studio Solution with multiple projects inside. Make sure you have the necessary tools:

  1. ATmega4809 device (or evaluation board ATmega4809 Xplained PRO)
  2. Atmel Studio
  3. ATmega4809 Device Packs

The following examples are inside this repository:

  1. ADC Single Conversion
  2. ADC Free Running
  3. ADC Sample Accumulator
  4. ADC Window Comparator
  5. ADC Event Triggered