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.
Содержание MSP-FET430
Страница 3: ......
Страница 4: ...July 2004 U s e r s G u i d e ...
Страница 8: ...vi ...
Страница 12: ......
Страница 30: ......
Страница 52: ...Hardware B 2 Figure B 1 MSP FET430X110 Schematic ...
Страница 54: ...Hardware B 4 Figure B 3 MSP FET430IF FET Interface module Schematic ...
Страница 55: ...Hardware B 5 Figure B 4 MSP FET430IF FET Interface module PCB Pictorial R6 Ensure value is 82 ohms ...
Страница 63: ...Hardware B 13 Figure B 11 MSP TSPN80 Target Socket module Schematic ...
Страница 67: ...Hardware B 17 Figure B 15 MSP FET430UIF USB Interface schematics ...
Страница 68: ...Hardware B 18 ...
Страница 69: ...Hardware B 19 ...
Страница 70: ...Hardware B 20 ...
Страница 71: ...Hardware B 21 ...
Страница 72: ......
Страница 80: ......
Страница 90: ......
Страница 95: ...MSP FET430UIF Installation Guide F 5 Figure F 5 Device Manager ...