
Embest SAM9260V1 Board Support Package
This package contains project templates, system files and example programs for the Embest SAM9260V1.
CrossWorks Version 3 Installation Instructions
This package can only be installed if you have the following CrossWorks license bolt-ons:
- ARM License
- To install this support package
-
- Click the Tools > Package Manager menu option to open the package manager window.
- Right click on the Embest SAM9260V1 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.
- Click the Tools > Show Installed Packages.
- Click on the Embest SAM9260V1 Board Support Package link to view the package and its contents.
- To manually install this support package
-
- If you have not done so already, follow the Atmel AT91SAM9 CPU Support Package and CrossWorks Tasking Library Package installation instructions.
- Download the file Embest_SAM9260V1.hzq using your web browser.
- Click the Tools > Manually Install Packages menu option.
- Select the file you have just downloaded to install the package.
- Click the Tools > Show Installed Packages.
- Click on the Embest SAM9260V1 Board Support Package link to view the package and its contents.
- To install this support package using other versions
Release Notes
2.2
- Tested with CrossWorks Version 2.3.0 and Atmel AT91SAM9 CPU Support Package Version 2.4.
2.1
- DataFlash loader is built with sources contained in version 2.3 of the AT91SAM9 CPU support package.
2.0
- Initial Release.
Documentation
Creating Embest SAM9260V1 Projects
CrossStudio for ARM supports the Embest SAM9260V1 board with loading and debugging applications into SDRAM, into NOR Flash and into the serial DataFlash on NPCS1.
To create a new Embest SAM9260V1 Evaluation Board project
- Select the File | New | New Project menu item.
- Select Embest from the Manufacturers 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 NPCS1.
- Connect to the appropriate target in the target window.
- Right click on the project node in the project explorer and select Program DataFlash (NPCS1).
- Start debugging by using Debug | Reset and Debug.
To build, load and debug an application running in NOR Flash
- Select the project to work on by using the Project | Set Active Project menu option.
- Select the FLASH 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.
Embest SAM9260V1 Project Specifics
Target Reset Script
The reset script for SAM9260V1_Target.js supplies the function to set up the clocks, SDRAM and NOR flash that is called from the standard AT91SAM9_Target.js reset script.
Flash Loaders
The loaders
solution has projects to build the flash loader for the external NOR Flash of SAM9260V1 and the flash loader and secondary boot loader for the serial DataFlash on NPCS1.Board Specific Files
The file SAM9260V1.c sets up the CTL timer and provides a led and button pressed function. For a FLASH placement build this file includes sdram_pll.c which sets up the clocks, SDRAM and NOR flash.