EasyManua.ls Logo

Elprotronic MSP430 - F_Getsetup; F_Configsetup

Default Icon
119 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
F_GetSetup
F_GetSetup - Get configuration setup from the programmer.
VALID FPA index - ( 1 to 64 )
See F_ConfigSetup description for more details.
Syntax:
MSPPRG_API INT_X F_GetSetup( CONFIG_BLOCK *config );
Return value:
0 - FALSE
1 - TRUE
-2 (0xFFFFFFFE) - FPA_INVALID_NO
F_ConfigSetup
F_ConfigSetup - Setup programmer’s configuration.
VALID FPA index - ( 1 to 64 ) or 0 (ALL FPAs) executed sequentially.
The F_ConfigSetup can modify configuration of the programmer. When the F_ConfigSetup is called,
then the structure data block is transferred from the software application to the programmer software.
Current programmer setup can be read using function setup F_GetSetup. When data block is taken
from the programmer, then part or all of the configuration data can be modified and returned back
to programmer using F_ConfigSetup function. Configuration data structure and available data for
all listed items in this structure are defined below. Listed name and indexes in the [] brackets are
related to the F_SetConfig and F_GetConfig instructions.
Note: See the MSPPRG-Dll.h header file for the list of the latest indexes,
definitions etc.
Note Currently number of parameters used in configuration exceed the structure
created for this goal. The configuration structure is not modified that
allows to use the new API-DLL with customer’s old application software
without modifying it. The new API-DLL is back-compatible with the old
ones. The new configuration data are accessible via F_SetConfig and
F_GetConfig instructions.
52

Table of Contents