circuitco PandaBoard Support Package

This package contains project templates, system files and example programs for the circuitco PandaBoard.

CrossWorks Version 4 Installation Instructions

This package can only be installed if you have the following CrossWorks license bolt-ons:

To install this support package
  1. Click the Tools > Package Manager menu option to open the package manager window.
  2. Right click on the circuitco PandaBoard Support Package entry and select Install Selected Packages.
  3. Click Next to take you to the summary page.
  4. Click Next to install the package.
  5. Click Finish to close the package manager window.
  6. Click the Tools > Show Installed Packages.
  7. Click on the circuitco PandaBoard Support Package link to view the package and its contents.
To manually install this support package
  1. If you have not done so already, follow the CrossWorks Tasking Library Package and Texas Instruments OMAP4 CPU Support Package installation instructions.
  2. Download the file PandaBoard.hzq using your web browser.
  3. Click the Tools > Manually Install Packages menu option.
  4. Select the file you have just downloaded to install the package.
  5. Click the Tools > Show Installed Packages.
  6. Click on the circuitco PandaBoard Support Package link to view the package and its contents.
To install this support package using other versions

Release Notes

1.1

1.0

Documentation

1) Creating Projects

To create a new PandaBoard project
To build and debug an application

The project will be built to run in the SDRAM of the PandaBoard.

2) Project Specifics

Board Initialization

The SDRAM of the PandaBoard is initialized in the target script PandaBone_Target.js by executing a program (with code that comes from x-load-omap3) in the internal SRAM of the OMAP35x. If you want to rebuild this program then you can load the project and rebuild.

Board Support

The file PandaBoard_ctl_board.c implements the CTL timer, the led output function and a button interrupt.