The goal of this project is to demonstrate how to
develop easily and quickly a very simple application under AT91SAM7SE-EK
Evaluation Kit.
It includes all the different files necessary to
generate a new AT91SAM7SExxx project.
This project is dedicated to the AT91SAM7SExxx
device and its corresponding Evaluation Board, the AT91SAM7SE-EK.
This
project allows user to erase, write and read data in the NAND Flash device available
on AT91SAM7SE-EK board through DBGU commands.
- Software tools
Related
Documentation
|
Litterature Number Reference
|
ARM-Based Software Package
|
6016
|
AT91SAM7SExxx Datasheet
|
6222
|
|
Source Files
|
Description
Files
|
../src
|
Source code directory
|
../src/main.c
|
Main application
|
../src/AT91SAM7X-EK.h
|
Evaluation Board Features
Definition File
|
srcxxx/
|
Specific IDE source code directory
|
srcxxx/Cstartup.s79
|
Assembler Cstartup code
and entry point
|
srcxxx/Cstartup_SAM7.c
|
C Cstartup code
(without C initialisation)
|
srcxxx/project.h
|
Project specific include file
|
|
|