Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

This repository contains examples of bare metal source code for I2C. The code examples were developed for AVR128DA48.

Notifications You must be signed in to change notification settings

MicrochipTech/avr128da48-i2c-send-receive-example

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

MCHP

AVR128DA48 I2C Send Receive Code Example

This repository provides an Atmel Studio solution with a bare metal code example for a basic I2C communication. This example demonstrates the basic functionality of the TWI peripheral with a basic I2C communication. The device is connected to a digital potentiometer which communicates through an I2C interface. The device sends read commands to the I2C address of the potentiometer. Two read operations are required every iteration since the potentiometer has a 12 bit resolution.

Related Documentation

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:

Operation

  1. Open the I2C_example.atsln solution in Atmel Studio
  2. Build the solution: right click on I2C_example solution and select Build
  3. Select the AVR128DA48 Curiosity Nano on-board debugger in the Tool section of the project settings:
  1. Program the project to the board: select I2C_example project and click Start Without Debugging:

Summary

This example represents a basic functionality of the TWI peripheral for a basic I2C communication. The device reads the value from a digital potentiometer which communicates through an I2C interface.

About

This repository contains examples of bare metal source code for I2C. The code examples were developed for AVR128DA48.