Texas Instruments Serial Programming Adapter MSP430 User Manual

Page 21

Advertising
background image

Content of PRGS430.ini File

2-9

Operation

2.2.4

Content of PRGS430.ini File

The last settings of the PRGS430 graphical user interface (GUI) are stored in
the .ini file before exiting the program. This information is stored under the
Program Device System section.

Additionally, the following parameters are in the [Options] section and may be
modified:

[Options]

\BlowFuse = 1

The blow fuse button in the GUI is disabled to prevent

accidental blow of the irreversible fuse.

LastResult = 0

If the program is called with command-line parameter, the

error code which is returned to the system when exiting the program is also
stored here.

2.2.5

Use of a [Project].ini File

Some default options could be changed within a [Project].ini file. This file has
to be in the same directory as the object code file. The following variables could
be defined or redefined there.

The name of the file should have the same name as the object file with the
extension .ini.

[ProgramDevice]

UserMemProtect = Start, Size

UserMemProtect2 = Start, Size

UserMemProtect3 = Start, Size

UserMemProtectn = Start, Size

DisableTIMemProtect = 0

Memory ranges defined in the UserMemProtect and UserMemProtect [n]
option are read out and reprogrammed after erase (flash device only). [n] could
be a number

2 and be in ascending order.

If a memory protection is activated in the device definition file from Texas
Instruments, it could be switched off with the DisableTIMemProtect = 1 option.

Advertising