As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Difference between revisions of "CW308T-MSP430FR5"

From ChipWhisperer Wiki
Jump to: navigation, search
(Created page with " ==Build Environment== http://www.ti.com/tool/msp430-flasher http://www.ti.com/tool/msp430-gcc-opensource")
 
Line 2: Line 2:
 
==Build Environment==
 
==Build Environment==
  
http://www.ti.com/tool/msp430-flasher
+
The examples are designed to be built with GCC for the MSP430 (msp430-elf-gcc). You can download a build of GCC from [http://www.ti.com/tool/msp430-gcc-opensource TI's website], although you may also have a build from another location. Downloading from TI will require registering & agreeing to some export control conditions.
http://www.ti.com/tool/msp430-gcc-opensource
+
 
 +
If you want to use an external programmer, you can also download a [http://www.ti.com/tool/msp430-flasher Command-Line MSP430Flasher program].
 +
 
 +
=== Environment-Specific Considerations ===
 +
 
 +
Currently, the provided GCC does not seem to add the MSP430 header files as a default include location. Instead you must specify the location of these files in the Makefile - on Windows for example this defaults to

Revision as of 15:06, 3 September 2016

Build Environment

The examples are designed to be built with GCC for the MSP430 (msp430-elf-gcc). You can download a build of GCC from TI's website, although you may also have a build from another location. Downloading from TI will require registering & agreeing to some export control conditions.

If you want to use an external programmer, you can also download a Command-Line MSP430Flasher program.

Environment-Specific Considerations

Currently, the provided GCC does not seem to add the MSP430 header files as a default include location. Instead you must specify the location of these files in the Makefile - on Windows for example this defaults to