Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CHIPID Example
Purpose

The CHIPID Example will help new users get familiar with Atmel's SAM microcontrollers. This example application shows how to read chip Id information data.

Requirements

This example can be used on any SAM3/4 boards and SAMV71 Xplained Ultra board.

Description

The example program reads Chip ID information and dump these information to debug console.

Usage
  1. Build the program and download it inside the evaluation board.
  2. On the computer, open and configure a terminal application (e.g. HyperTerminal on Microsoft Windows) with these settings:
    • 115200 bauds
    • 8 bits of data
    • No parity
    • 1 stop bit
    • No flow control
  3. Start the application.
  4. In the terminal window, the following text should appear (values depend on the board and chip used):
    -- CHIPID Example --
    -- xxxxx-xx
    -- Compiled: xxx xx xxxx xx:xx:xx --
    Version 0x0.
    Embedded Processor Cortex-xx.
    Nonvolatile program memory size xxx bytes.
    Second nonvolatile program memory size None.
    Internal SRAM size xxx bytes.
    Architecture identifier xxxxxxxx Series.
    Nonvolatile program memory type Embedded Flash Memory.
    ...