The software packages described in
Section 2.2 include example projects that can be loaded and run on the F29H85x LaunchPad. If
you installed the F29H85X-SDK software to the default installation path of
C:\ti , you can find DriverLib-based example applications in
<sdk_install_dir>\examples. The on-board XDS110 is used with the
On-Chip Flash Programmer tool to program applications to the F29H85x LaunchPad.
Follow these steps to program example
applications onto the F29H85x LaunchPad development kit using the on-board XDS110
debug probe:
- Install Code Composer
Studio (CCS) IDE on a PC running Microsoft Windows.
- Connect the USB-A cable plug in
to an available USB port on the PC and plug the USB Type-C plug to the port
(USB1) on the F29H85x LaunchPad.
- Verify the following LEDs are
illuminated:
- LED1, at the top left of
the board, indicating 5V USB power.
- LED7 indicating 3.3V
power to the XDS110 debug probe.
- LED3 indicating 5.0V
power to the F29H850TU MCU.
- Install Windows XDS110 and
Virtual COM Port drivers if prompted. Installation instructions can be found at
XDS110 Product Page.
- Run CCS IDE on the PC.
- Import a F29H85x project from
F29H85X-SDK, or another installed software package, into the CCS IDE
workspace.
- Add the _LAUNCHXL_F29H85X
predefined symbol to the imported DriverLib example project for the software to
use relevant F29H85x LaunchPad signals.
- Open the projects
Properties → Expand the Build tab → Expand the C2000
Compiler tab → Select Predefined Symbol → Add
_LAUNCHXL_F29H85X pre-define NAME.
- Right click the project name and
select Rebuild Project in CCS IDE.
- Launch the LAUNCHXL-F29H85X
Target Configuration file and connect to the F29H85x device. Make sure that the
Target Configuration file is configured to use the 4-pin JTAG advanced
configuration. For additional details, see FAQ section.
- Click 'Load Program' and select
the program's binary to load. The binary is loaded onto the device and can now
be run and debugged.