mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-14 05:42:57 +08:00
12 lines
433 B
Plaintext
12 lines
433 B
Plaintext
This directory contains the support code for the EK-LM3S6965 board.
|
|
|
|
The sub-directories contain code that is specific to the particular
|
|
ARM toolchains, such as ARM (MDK-ARM), GCC, and IAR.
|
|
|
|
|
|
Adjusting the CPU Clock Speed
|
|
=============================
|
|
The current setting is to run at 50MHz from the PLL, but the CPU
|
|
clock speed can be modified by editing the "Clock Configuration"
|
|
section in the file system_LM3S6965.c.
|
|
|