Skip to content

Commit 971feed

Browse files
committed
2.1.1
Added lesson #49
1 parent fc6c41b commit 971feed

File tree

142 files changed

+97499
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+97499
-7
lines changed

lesson-04/tm4c123-keil/lesson.uvoptx

+4
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@
117117
<pMon>BIN\lmidk-agdi.dll</pMon>
118118
</DebugOpt>
119119
<TargetDriverDllRegistry>
120+
<SetRegEntry>
121+
<Number>0</Number>
122+
<Key>DLGUARM</Key>
123+
</SetRegEntry>
120124
<SetRegEntry>
121125
<Number>0</Number>
122126
<Key>ARMRTXEVENTFLAGS</Key>

lesson-22/tm4c123-keil/lesson.uvoptx

+3-3
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@
156156
<Bp>
157157
<Number>0</Number>
158158
<Type>0</Type>
159-
<LineNumber>42</LineNumber>
159+
<LineNumber>16</LineNumber>
160160
<EnabledFlag>1</EnabledFlag>
161-
<Address>1528</Address>
161+
<Address>1842</Address>
162162
<ByteObject>0</ByteObject>
163163
<HtxType>0</HtxType>
164164
<ManyObjects>0</ManyObjects>
@@ -167,7 +167,7 @@
167167
<BreakIfRCount>1</BreakIfRCount>
168168
<Filename>.\bsp.c</Filename>
169169
<ExecCommand></ExecCommand>
170-
<Expression>\\lesson\bsp.c\42</Expression>
170+
<Expression>\\lesson\bsp.c\16</Expression>
171171
</Bp>
172172
</Breakpoint>
173173
<MemoryWindow1>

lesson-23/tm4c123-keil/lesson.uvoptx

-4
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@
117117
<pMon>BIN\lmidk-agdi.dll</pMon>
118118
</DebugOpt>
119119
<TargetDriverDllRegistry>
120-
<SetRegEntry>
121-
<Number>0</Number>
122-
<Key>DLGUARM</Key>
123-
</SetRegEntry>
124120
<SetRegEntry>
125121
<Number>0</Number>
126122
<Key>DLGDARM</Key>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
This directory contains the support code for the EK-TM4C123GXL board
2+
(TivaC LauchPad).
3+
4+
The sub-directories contain code that is specific to the particular
5+
ARM toolchains, such as ARM (MDK-ARM), GCC, and IAR.
6+
7+
8+
CMSIS-Compliant Device Files
9+
============================
10+
The code also includes the CMSIS-compliant interface to the TM4C123GH6PM
11+
MCU files:
12+
13+
TM4C123GH6PM.h
14+
system_TM4C123GH6PM.h
15+
system_TM4C123GH6PM.c
16+
arm\startup_TM4C123GH6PM.s
17+
gcc\startup_TM4C123GH6PM.c
18+
iar\startup_TM4C123GH6PM.s
19+
20+
21+
Adjusting the CPU Clock Speed
22+
-----------------------------
23+
The current setting is to run at 50MHz from PLL, but the CPU clock speed
24+
can be modified by editing the file system_TM4C123GH6PM.c.

lesson-49/3rd_party/ek-tm4c123gxl/TM4C123GH6PM.h

+1,830
Large diffs are not rendered by default.

lesson-49/3rd_party/ek-tm4c123gxl/arm/startup_TM4C123GH6PM.s

+685
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)