EasyManua.ls Logo

Atmel SAM4 Series User Manual

Atmel SAM4 Series
26 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
Page #1 background imageLoading...
Page #1 background image
42274A-MCU-05/2014
APPLICATION NOTE
AT07334: SAM4 TWI Master Mode Driver
ASF PROGRAMMERS MANUAL
SAM4 TWI Master Mode Driver
This documents describe the usage of the driver for the TWI (Two-Wire Interface)
Master on the Atmel
®
SAM4 family of devices. It describes usage in an I
2
C
compatible manner and does not provide any guidence for the use of SMBus.
Prequisites
Module Overview
Examples
API Overview
Special Considerations
Extra Information

Table of Contents

Question and Answer IconNeed help?

Do you have a question about the Atmel SAM4 Series and is the answer not in the manual?

Atmel SAM4 Series Specifications

General IconGeneral
ArchitectureARM Cortex-M4
DAC12-bit, up to 2 channels
Communication InterfacesUSB, USART, SPI, I2C, CAN
Operating Voltage1.62V to 3.6V
Package TypesBGA, QFN
Operating Temperature-40°C to +85°C

Summary

Prerequisites

Module Overview

TWI Bus Topology

Describes the physical layout and components of the TWI bus, including pull-up resistors.

Examples

API Overview

Variable and Type Definitions

Details the variable and type definitions used within the TWIM driver API, including transfer status and callback types.

Structure Definitions

Describes the structure definitions for configuring the TWIM module, such as twim_config and twim_package.

Macro Definitions

Lists and explains the macro definitions used for TWI driver compatibility and configuration settings.

Function Definitions

Details the available functions for controlling the TWIM module, including read, write, and configuration operations.

Enumeration Definitions

Explains the enumerated type definitions, such as twim_transfer_status, for driver status reporting.

Special Considerations

Extra Information

Acronyms

Provides a list of acronyms and their definitions used throughout the TWIM driver documentation.

TWIM Master Example

Purpose

States the objective of the TWIM Master Example, which is to demonstrate driver usage for EEPROM access.

Requirements

Lists the necessary hardware and software requirements for running the TWIM Master Example.

Connections for Board: SAM4L Xplained Pro

Details the specific pin connections required for the SAM4L Xplained Pro board to interface with an EEPROM.

Connections for Board: SAM4L-EK

Details the specific pin connections required for the SAM4L-EK board to interface with an EEPROM.

Description

Outlines the steps involved in the TWIM Master Example: writing data, reading data, and comparing results.

Usage

Provides instructions on how to build, download, and run the TWIM Master Example on the evaluation board.

Quick Start Guide

Use Cases

Presents different use cases for the SAM4 TWI Master Mode Driver, highlighting TWIM Basic Usage.

TWIM Basic Usage

Demonstrates the basic steps required to initialize the TWIM module for fundamental operation.

Setup Steps

Guides the user through the essential setup steps, including prerequisites and workflow for configuring the TWIM module.

Usage Steps

Details the practical steps for sending and receiving data using the TWIM driver, including code examples.