Tool/software: Code Composer Studio
ccs version: Version: 7.0.0.00043
Problem: Error from BSL Scripter
* Enable MSP432 Hex Utility is enabled
* Console output from latest build - showing that the MSP432 Hex utility is envoked.
remark #10371-D: (ULP 1.1) Detected no uses of low power mode state changing instructions
'Finished building target: DevPlatform_Basic.out'
' '
'Invoking: MSP432 Hex Utility'
"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/bin/armhex" --ti_txt --load_image -o "DevPlatform_Basic.txt" "DevPlatform_Basic.out"
Translating to Load Image format...
"DevPlatform_Basic.out" .intvecs ==> .intvecs
"DevPlatform_Basic.out" .text ==> .text
"DevPlatform_Basic.out" .const ==> .const
"DevPlatform_Basic.out" .cinit ==> .cinit
warning: -memwidth is invalid when using --load_image (ignored)
'Finished building: DevPlatform_Basic.txt'
' '
"C:/ti/ccsv7/utils/tiobj2bin/tiobj2bin" "DevPlatform_Basic.out" "DevPlatform_Basic.bin" "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/bin/armofd" "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/bin/armhex" "C:/ti/ccsv7/utils/tiobj2bin/mkhex4bin"
' '
---------------------------------------------------------
BSL Scripter 3.2.1
PC software for BSL programming
2017-Apr-10 14:15:17
---------------------------------------------------------
Input file script is : C:/Users/smcfarland/workspace_v7/DevPlatform_Basic/MSP432_BSL_Scripts/BP2_0_BSL_Script_P4xx_uart.txt
//
// COM port: Windows assigned COM port for the GPS2.0 Programming Tool being used
MODE P4xx UART 38400 COM2 PARITY
//
DELAY 5000
Delay 5000 ms
//
RX_PASSWORD_32 C:\Users\smcfarland\workspace_v7\DevPlatform_Basic\MSP432_BSL_Scripts\pass256_wrong.txt
Read Txt File : C:/Users/smcfarland/workspace_v7/DevPlatform_Basic/MSP432_BSL_Scripts/pass256_wrong.txt
[ERROR_MESSAGE]BSL Password is error!
//
DELAY 1000
Delay 1000 ms
//
RX_PASSWORD_32 C:\Users\smcfarland\workspace_v7\DevPlatform_Basic\MSP432_BSL_Scripts\pass256_default.txt
Read Txt File : C:/Users/smcfarland/workspace_v7/DevPlatform_Basic/MSP432_BSL_Scripts/pass256_default.txt
BSL Password is correct!
//
DELAY 1000
Delay 1000 ms
//
MASS_ERASE
Mass Erase is successful!
//
DELAY 1000
Delay 1000 ms
//
TX_BSL_VERSION_32
Vendor:[TI] CI:[0003] API:[0006] PI:[0203] Build-ID:[0008]
//
DELAY 1000
Delay 1000 ms
//
RX_DATA_BLOCK_32 C:\Users\smcfarland\workspace_v7\DevPlatform_Basic\Release\DevPlatform_Basic.txt
Read Txt File : C:/Users/smcfarland/workspace_v7/DevPlatform_Basic/Release/DevPlatform_Basic.txt
[ERROR_MESSAGE]Wrong hexadecimal input to be converted to byte :ELF
Is there something I am doing wrong?