
Quick Start Guide StarterWare 01.20.XX.XX (supports C6748)
1
Quick Start Guide StarterWare 01.20.XX.XX
(supports C6748)
StarterWare is a free software development package that provides no-OS platform support for C6748. StarterWare
includes Device Abstraction Layer (DAL) libraries and example applications that demonstrate the capabilities of the
peripherals C6748.
This page provides information to help developers quickly get up and running with StarterWare. This includes links
to download StarterWare and other useful software, as well as instructions to flash and boot to any of the
StarterWare example applications.
Download Links
You can download the latest release of StarterWare for C6748 from the following URL:
• C6748 StarterWare Download Page
[1]
The following software tools are used by StarterWare or some of its components:
• Code Composer Studio IDE (v5.0.3 or later)
• Cygwin
[2]
• .NET Framework
[3]
or Mono
[4]
Flashing an Application
The StarterWare package includes pre-built binaries for all libraries and example applications. To flash one of the
applications to your EVM and boot it, use the following procedure.
1. Locate the application executable file (*.out). This file is located in the binary folder according to its target
CPU, toolchain, device, platform, and build profile. For example, an executable for the "demo" application can be
found at the following location:
•• binary/c674x/cgt/c6748/evmC6748/demo/Release/demo.out
2. Convert the application executable into a binary format suitable for boot. You can use the out2rprc utility located
in the tools folder:
$> out2rprc.exe [application].out [application].bin
3.3. Create an AIS file from the StarterWare bootloader utility
• The AISgen tool is also located in the tools folder
•• Important: in the AISgen GUI, be sure to select "SPI0 Flash" boot mode
4. Use the SFH utility (also located in the tools folder) to flash your bootloader AIS and application binary file
to the EVM. The command line usage is as follows:
$> sfh_OMAP-L138.exe -flash -targetType C6748 [bootloader].ais [application].bin
5.5. Set the EVM boot switches to SPI flash boot mode
6.6. Power cycle the board