DK-LM3S9B96

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "==Preparation== * Build a toolchain. See Crosstool-ng, and use the <code>arm-bare_newlib_cortex_m3_nommu-eabi</code> config. * Install some stuff: <source lang="bash"> sud...")
 
m
Line 4: Line 4:
 
<source lang="bash">
 
<source lang="bash">
 
sudo apt-get install openocd
 
sudo apt-get install openocd
 +
</source>
 +
 +
==Environment==
 +
<source lang="bash">
 +
export PATH=${TOOLCHAIN_DIR}/bin:${PATH}
 +
export CROSS_COMPILE=arm-bare_newlib_cortex_m3_nommu-eabi-
 +
</source>
 +
 +
==Using TI's StellarisWare and Samples==
 +
* Download from: http://www.ti.com/tool/sw-lm3s (or look for an update / new page)
 +
* Extract the contents of the windows executable.
 +
<source lang="bash">
 +
mkdir sw
 +
cd sw
 +
unzip ../SW-*.exe
 
</source>
 
</source>

Revision as of 14:42, 27 July 2012

Preparation

  • Build a toolchain. See Crosstool-ng, and use the arm-bare_newlib_cortex_m3_nommu-eabi config.
  • Install some stuff:
sudo apt-get install openocd

Environment

export PATH=${TOOLCHAIN_DIR}/bin:${PATH}
export CROSS_COMPILE=arm-bare_newlib_cortex_m3_nommu-eabi-

Using TI's StellarisWare and Samples

mkdir sw
cd sw
unzip ../SW-*.exe
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox