Frequently Asked Questions
A-3
low power mode is restored (using GO). This behavior appears to
happen on all devices except the MSP430F12x.
12) The following ZIF sockets are used in the FET tools and Target
Socket modules:
20-pin device (DW package): Wells-CTI 652 D020
❏
❏
❏
❏
28-pin device (DW package): Wells-CTI 652 D028
❏
❏
❏
❏
64-pin device (PM package): Yamaichi IC51-0644-807
❏
❏
❏
❏
80-pin device (PN package): Yamaichi IC201-0804-014
❏
❏
❏
❏
100-pin device (PZ package): Yamaichi IC201-1004-008
Wells-CTI: http://www.wellscti.com/
Yamaichi: http://www.yamaichi.us/
A.2 Program Development (Assembler, C-Compiler, Linker)
1) The files supplied in the 430\tutor folder work only with the
simulator. Do not use the files with the FET. Refer to FAQ: Program
Development #11)
2) A common MSP430 “mistake” is to fail to disable the Watchdog
mechanism; the Watchdog is enabled by default, and it will reset the
device if not disabled or properly handled by your application. Refer to
FAQ, Program Development #14).
3) When adding source files to a project, do not add files that are
#include’ed by source files that have already been added to the
project (say, an .h file within a .c or .s43 file). These files will be added
to the project file hierarchy automatically.
4) In assembler, enclosing a string in double-quotes (“string”)
automatically appends a zero byte to the string (as an “End Of
String” marker). Enclosing a string in single-quotes (‘string’) does not.
5) When using the compiler or the assembler, if the last character of a
source line is backslash (\), the subsequent carriage return/line
feed is ignored (i.e., it is as if the current line and the next line are a
single line). When used in this way, the backslash character is a “Line
Continuation” character.
6) The linker output format must be “Debug info” or “Debug info
with terminal I/O” (.d43) for use with C-SPY. C-SPY will not start
otherwise, and a error message will be output. C-SPY cannot input a
.TXT file.
7) Position Independent code can be generated (using PROJECT-
>OPTIONS->GENERAL OPTIONS->TARGET->POSITION-
INDEPENDENT CODE).
8) Within the C libraries, GIE (Global Interrupt Enable) is disabled
before (and restored after) the hardware multiplier is used. Contact
TI if you wish the source code for these libraries so that this behavior
can be disabled.
Summary of Contents for MSP-FET430
Page 3: ......
Page 4: ...July 2004 U s e r s G u i d e ...
Page 8: ...vi ...
Page 12: ......
Page 30: ......
Page 52: ...Hardware B 2 Figure B 1 MSP FET430X110 Schematic ...
Page 54: ...Hardware B 4 Figure B 3 MSP FET430IF FET Interface module Schematic ...
Page 63: ...Hardware B 13 Figure B 11 MSP TSPN80 Target Socket module Schematic ...
Page 67: ...Hardware B 17 Figure B 15 MSP FET430UIF USB Interface schematics ...
Page 68: ...Hardware B 18 ...
Page 69: ...Hardware B 19 ...
Page 70: ...Hardware B 20 ...
Page 71: ...Hardware B 21 ...
Page 72: ......
Page 80: ......
Page 90: ......
Page 95: ...MSP FET430UIF Installation Guide F 5 Figure F 5 Device Manager ...