
Toshiba TOPAS 910 Board Support Package
This package contains project templates, system files and example programs for the Toshiba TOPAS 910.
CrossWorks Version 1 Installation Instructions
- To install this support package
-
- Download the file TOSHIBA_TOPAS_910.hzq using your web browser.
- Click the Tools > Install Package menu option.
- Select the file you have just downloaded to install the package.
- To install this support package using other versions
Release Notes
1.0
- Initial Release.
Documentation
Creating TOSHIBA TOPAS 910 Board Projects
CrossStudio for ARM supports the TOSHIBA TOPAS 910 board with loading and debugging applications into internal RAM, SDRAM and NOR flash.
To create a new TOSHIBA TOPAS 910 Board project
- Select the File | New | New Project menu item.
- Select TOSHIBA 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 build, load and debug an application running in 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.
TOSHIBA TOPAS 910 Board Project Specifics
Target Reset Script
The reset script for TOSHIBA_TOPAS_910_Target.js supplies the function to set up the clocks and SDRAM.
Flash Loaders
The loaders
solution has projects to build the flash loader.Board Specific Files
The file TOSHIBA_TOPAS_910.c provides timer, led and button pressed CTL support functions. The file also includes init_sdram_pll.c which contains the clock and memory setup code that is run by the TX09 startup code.