README files. Don't ignore them.
[goodfet] / firmware / ldscripts / README.txt
1 Linking script notes, by Travis Goodspeed.
2
3 msp430f1612.x is a neighborly little linking script, the purpose of which is to 
4 link an application for use on an MSP430F1611 or MSP430F1612.  These
5 chips differ in that five kilobytes at 0x2500 are RAM in the 1611,
6 Flash in the 1612.  All other scripts in this directory should be
7 similarly modified, but the GCC script seems to be used by default if not.
8
9
10
11