AVR Software Framework: AVR XMEGA STK600 Routing Cards
Copyright © 2010 Atmel Corporation
Introduction
This folder contains a software abstraction for each AVR XMEGA routing card for the STK600, providing an access to each hardware resources of the boards.
STK600 Folder Description
This directory contains the following:
- Routing cards for 100-pin AVR XMEGA devices.
- RC100X Routing card: Software abstraction for mapping some XMEGA pins to some hardware ressources available on the STK600. When using this board, the BOARD preprocessor define should be set equal to STK600_RC100X (Example on gcc: -D BOARD=STK600_RC100X).
- Routing cards for 64-pin AVR XMEGA devices.
- RC064X Routing card: Software abstraction for mapping some XMEGA pins to some hardware ressources available on the STK600. When using this board, the BOARD preprocessor define should be set equal to STK600_RC064X (Example on gcc: -D BOARD=STK600_RC064X).
- Routing cards for 44-pin AVR XMEGA devices.
- RC044X Routing card: Software abstraction for mapping some XMEGA pins to some hardware ressources available on the STK600. When using this board, the BOARD preprocessor define should be set equal to STK600_RC044X (Example on gcc: -D BOARD=STK600_RC044X).
