
Texas Instruments DK_TM4C123G Board Support Package
This package contains project templates, system files and example programs for the Texas Instruments DK_TM4C123G.
CrossWorks Version 4 Installation Instructions
- To install this support package
-
- Click the Tools > Package Manager menu option to open the package manager window.
- Right click on the Texas Instruments DK_TM4C123G 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 Texas Instruments DK_TM4C123G 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 CMSIS 3 Support Package, CrossWorks Tasking Library Package, FreeRTOS Library Package and Texas Instruments TIVA CPU Support Package installation instructions.
- Download the file TI_DK_TM4C123G.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 Texas Instruments DK_TM4C123G Board Support Package link to view the package and its contents.
- To install this support package using other versions
Release Notes
1.1
- Added FreeRTOS sample.
1.0
- Initial Release.
Documentation
Using the TI_DK_TM4C123G Project File
You should download and install the TivaWare software package from the TI website.
You should set the CrossWorks global macro TIVAWARE to the installation directory using the "Project | Macros" dialog for example TIVAWARE=C:/ti/TivaWare_C_Series-2.0.1.11577
The template project file (click to load project) for the TI_DK_TM4C123G is provided.
After the required project file is loaded:
- Right click in the solution node in the project explorer and select Save Solution As...
- Navigate to the appropriate example directory (for example C:/ti/TivaWare_C_Series-2.0.1.11577/boards/dk-tm4c123g/blinky) and specify a filename to save as.
- Use Build 'Project' to build the example.
- Note that you may need to rename interrupt handlers to match the names in the application. This can be done with a preprocessor define set at the project level, for example TIMER1A_IRQHandler=Timer1IntHandler.