qpcpp/3rd_party/ek-tm4c123gxl
2020-07-18 17:58:58 -04:00
..
2015-09-29 11:34:38 -04:00
2020-04-02 21:21:53 -04:00
2019-05-13 12:42:42 -04:00
2016-09-09 13:13:32 -04:00
2016-04-01 13:55:34 -04:00
2015-05-22 20:38:16 -04:00
2016-04-01 13:55:34 -04:00
2015-05-22 20:38:16 -04:00
2015-10-10 10:51:08 -04:00
2018-01-17 14:43:29 -05:00
2018-02-12 18:51:22 -05:00

This directory contains the support code for the EK-TM4C123GXL board
(TivaC LauchPad).

The sub-directories contain code that is specific to the particular
ARM toolchains, such as ARM (MDK-ARM), GCC, and IAR.


CMSIS-Compliant Device Files
============================
The code also includes the CMSIS-compliant interface to the TM4C123GH6PM
MCU files:

TM4C123GH6PM.h
system_TM4C123GH6PM.h
system_TM4C123GH6PM.c
arm\startup_TM4C123GH6PM.s
gcc\startup_TM4C123GH6PM.c
iar\startup_TM4C123GH6PM.s


Adjusting the CPU Clock Speed
-----------------------------
The current setting is to run at 50MHz from PLL, but the CPU clock speed
can be modified by editing the file system_TM4C123GH6PM.c.