This is an old revision of the document!


Atmel AT92 series ARM

Introduction

This is a basic template project for the Atmel AT91 ARM series microcontrollers. The template includes libraries for several common peripherals. It uses the arm-elf-gcc toolchain and the openocd programmer.

Specs

  • Processor Support
    • Atmel AT91 ARM
      • AT91SAM7X128
      • AT91SAM7S256
      • AT91SAM7X256
      • AT91SAM7X512
  • Included Libraries
    • USART
    • Timer
  • Language: C, C++
  • Toolchain: make + arm-elf-gcc
  • Programmer: openocd
  • Debugger: none (LED, printf over USART)

Download