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 971feed94a 2.1.1
Added lesson #49
2 years ago
..
arm 2.1.1 2 years ago
gnu 2.1.1 2 years ago
iar 2.1.1 2 years ago
README.txt 2.1.1 2 years ago
TM4C123GH6PM.h 2.1.1 2 years ago
cmsis_armclang.h 2.1.1 2 years ago
cmsis_compiler.h 2.1.1 2 years ago
cmsis_gcc.h 2.1.1 2 years ago
cmsis_iccarm.h 2.1.1 2 years ago
cmsis_version.h 2.1.1 2 years ago
core_cm4.h 2.1.1 2 years ago
ek-tm4c123gxl.ld 2.1.1 2 years ago
gpio.h 2.1.1 2 years ago
mpu_armv7.h 2.1.1 2 years ago
rom.h 2.1.1 2 years ago
sysctl.h 2.1.1 2 years ago
system_TM4C123GH6PM.c 2.1.1 2 years ago
system_TM4C123GH6PM.h 2.1.1 2 years ago

README.txt

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.