| Package Title | AT91SAM9G20-EK Board Support Package |
| Package Version | 2.1 |
| Board | Atmel AT91SAM9G20-EK |
| CPU | Atmel AT91SAM9G20 |
| Required Additional Packages | AT91SAM9 CPU Support Package |
| Required CrossStudio Version | 2.0 or later |
This package contains project templates, system files and example programs for the AT91SAM9G20-EK.
Package Installation Instructions
CrossWorks Version 2.x Installation Instructions
To install this support package using CrossStudio:
- Click the Tools > Package Manager menu option to open the package manager window.
- Right click on the AT91SAM9G20-EK Board Support Package entry and select Install Selected Packages.
- Click Next to take you to the summary page.
- Click Next to install the package.
- Click Finish to close the package manager window.
Alternatively, to manually install this support package:
- If you have not done so already, follow the AT91SAM9 CPU Support Package installation instructions.
- Download the file Atmel_AT91SAM9G20_EK.hzq using your web browser.
- Click the Tools > Manually Install Packages menu option.
- Select the file you have just downloaded to install the package.
Package Version History
2.1
- DataFlash loader is built with sources contained in version 2.3 of the AT91SAM9 CPU support package.
2.0
- Initial Release.
Creating Atmel AT91SAM9G20-EK Projects
CrossStudio for ARM supports the Atmel AT91SAM9G20-EK board with loading and debugging applications into SDRAM and into the serial DataFlash on NPCS0 or NPCS1.
To create a new Atmel AT91SAM9G20-EK Board project
- Select the File | New | New Project menu item.
- Select AT91SAM9G20_EK from the Boards category list.
- Select the required project template type from the Project Templates list.
- Set the required project name and location directory.
- Click OK.
To build, load and debug an application running in SDRAM
- Select the project to work on by using the Project | Set Active Project menu option.
- Select the SDRAM placement by clicking on the project node in the project explorer.
- Build the project by using the Build | Build Project menu option.
- Connect to the appropriate target in the target window.
- Download and start debugging the current project by using Debug | Start Debugging.
To load and debug an SDRAM application into the serial DataFlash on NPCS0.
- Connect to the appropriate target in the target window.
- Right click on the project node in the project explorer and select Program DataFlash (NPCS0).
- Start debugging by using Debug | Reset and Debug.
Atmel AT91SAM9G20-EK Project Specifics
Target Reset Script
The reset script for AT91SAM9G20_EK_Target.js supplies the function to set up the clocks and SDRAM that is called from the standard AT91SAM9_Target.js reset script.
Flash Loaders
The loaders (click to load solution) solution has projects to build the flash loader and secondary boot loader for the serial DataFlash on NPCS0 and NPCS1.
Board Specific Files
The file AT91SAM9G20_EK.c sets up the CTL timer and provides a led and button pressed function.