INTERFACE_JTAG 0 - JTAG Interface - 4 wires
INTERFACE_BSL 1 - BSL Interface
INTERFACE_SBW 3 - Spy-Bi-Wire - 2 wires
[ CFG_MICROCONTROLLER 1 ] - supported, but not recommended -
(See new function F_Set_MCU_Name(..))
- Microcontroller type selection
MSP430_ANY 0 - Any microcontroller - from F1xx or F4xxst
1 - MSP430F110
2 - MSP430F1101
3 - MSP430F1101A
4 - MSP430F1111A
etc.
See the latest MSP430 list and indexes in the FlashPro430 (GUI) software.
Run software -> list available under pull down menu
Setup-> MSP list
Also the MCU index and MCU names can be taken from the instruction
F_Get_Device_Info(). See description of this instruction in this manual
for details.
[ CFG_POWERTARGETEN 2 ]
PowerTargetEn - Power Target from the Programming Adapter
0 - disable
1 - enable
[ CFG_COMMSPEED 3 ]
CommSpeedIndex - BSL communication speed
COMM_SPEED_9k6_INDEX 0
COMM_SPEED_75k_INDEX 1 - 90 kB/s -> USB
COMM_SPEED_300k_INDEX 2 - 350kb/s -> USB
[ CFG_RESETTIME 4 ]
ResetTimeIndex - Reset Pulse time setup
RESET_50MS_INDEX 0 - USB->10ms, PP->50ms Reset Pulse time
RESET_100MS_INDEX 1 - 100 ms Reset Pulse time
RESET_200MS_INDEX 2 - 200 ms Reset Pulse time
RESET_500MS_INDEX 3 - 500 ms Reset Pulse time
RESET_CUSTOM_INDEX 4
RESET_TOGGLE_VCC_INDEX 5
RESET_SOFT_JTAG_INDEX 6
[ CFG_FLASHERASEMODE 5 ]
FlashEraseModeIndex - Flash Write/Erase/Verify mode index
ERASE_NONE_MEM_INDEX 0 - Write and verify only. No erase flash
ERASE_ALL_MEM_INDEX 1 - Erase/Write/Verify all memory
ERASE_PRG_ONLY_MEM_INDEX 2 - Erase/Write/Verify program memory only
(without info segments A abd B)
56