You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MMS b454ed4a7f 0.19
Updated lesson-19 for the new CCS 11. Specifically added external GNU-ARM compiler and a README.md
4 years ago
..
targetConfigs 0.19 4 years ago
.ccsproject 0.19 4 years ago
.cproject 0.19 4 years ago
.project 0.34 5 years ago
README.md 0.19 4 years ago
TM4C123GH6PM.h 0.34 5 years ago
bsp.c 0.34 5 years ago
bsp.h 0.34 5 years ago
main.c 0.34 5 years ago
startup_tm4c_gnu.c 0.19 4 years ago
tm4c123gh6pm.lds 0.34 5 years ago

README.md

Update for Code Composer Studio 11:

Code Composer Studio (CCS) 11 no longer comes with the GNU-ARM compiler. (Before that, CCS came bundled with the GNU-ARM Linaro toolchain).

But CCS 11 can be easily configured to use other GNU-ARM toolchains, for example the GNU-ARM toolchain available from ARM-Developer website:

https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads

Changed CCS Project

The CCS project in this lesson has been updated to use the GNU v10.3.1 from the directory C:/qp/qtools/gnu_arm-none.eabi. This latter directory is the default location of installing the "QP-bundle", which contains the GNU-ARM toolchain.

Adding an External GNU-ARM Compielr to CCS

However, you can also install the GNU-ARM compiler separately in any other directory. Then, you need to update the "Tool discovery path" in the Preferences dialog box.

To open the Preferences dialog box, first select the "Project|Properties" menu and go to the Gneral section (on the left). In the "Compiler version" selection, click on the "More..." button.

Quantum Leaps, 2021-11-22