Giter Club home page Giter Club logo

avr128da48-adc-evsys-example's Introduction

MCHP

AVR128DA48 ADC Event System Code Example

This repository provides an Atmel Studio solution with a bare metal code example for ADC triggered via Event System. Using the event system, the on-board user button state change will trigger the ADC0 to start a conversion and read the analog signal on PD0.

With this setup, when the button on the Curiosity Nano board is pressed, a single conversion of the ADC will be triggered on Analog Input 0 (PD0). An interrupt is set to be activated when the ADC conversion cycle is over. Inside the interrupt routine the conversion result is saved and the on-board user LED is toggled to visualize the end of conversion.

Related Documentation

More details and code examples on the AVR128DA48 can be found at the following links:

Software Used

Hardware Used

Setup

The AVR128DA48 Curiosity Nano Development Board is used as test platform

The following configurations must be made for this project:

  • ADC0 - Configured in single conversion mode
  • VREF - Reference voltage for ADC0 set to 2.048V
  • EVSYS - Configure PC7 pin (SW0) as event generator on Channel 3
Pin Configuration
PC6 (LED0) Digital Output
PC7 (SW0) Digital Input
PD0 (AIN0) Analog Input

Operation

  1. Open the AVR-DA_ADC_EVSYS_Example.atsln solution in Atmel Studio

  2. Build the solution: right click on AVR-DA_ADC_EVSYS_Example solution and select Build

  3. Select the AVR128DA48 Curiosity Nano on-board debugger in the Tool section of the project settings:

  • Right click on the project and click Properties;
  • Click Tool tab on the left panel, select the corresponding debugger and save the configuration (Ctrl + S)
  1. Program the project to the board: select AVR-DA_ADC_EVSYS_Example project and click Start Without Debugging:

Demo:

Summary

This example represents a basic implementation of using ADC via Event System. Using the event system, the button state change triggers the ADC configured in single conversion mode. An interrupt is set to be activated when the ADC conversion cycle is over.

avr128da48-adc-evsys-example's People

Contributors

mariusnicolae avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.