I am using BSL Scripter 3.2.0 with a script to load a firmware image that is in Intel Hex format, which is apparently a new feature in the new version.. The firmware image is an Energia project built in CCS v6.1.3. I was previously successful using BSL Scripter v3.1.0 to load a TI TXT format image. Here's my script: // // This script loads the Intel-hex format image simulator_scalar_R1_BSL.hex // which was built by importing the Energia project into CCS // //Device : MSP430FR5969 // // Download application through // UART BSL in FRAM device // LOG MODE FRxx UART 9600 COM5 PARITY VERBOSE TX_BSL_VERSION //gives wrong password to do mass erase RX_PASSWORD pass32_wrong.txt // //add delay after giving wrong password //because the device does not give //any response after wrong password applied // DELAY 2000 RX_PASSWORD pass32_default.txt RX_DATA_BLOCK simulator_scalar_R1_BSL.hex The BSL Scripter begins to load the FR5969 from the Intel Hex file, but after a minute or so I get an error message: [ERROR_MESSAGE]Record type is not valid for the Scripter! Here's the last part of the log file: ... [00] [00] [00] [00] [00] [18] [08] [08] [00] [00] [22] [20] [22] [44] [22] [42] [00] [00] [00] [00] [80] [00] [00] [00] [00] [00] [00] [01] [00] [1c] [00] [00] [04] [40] [20] [08] [10] [04] [10] [63] [25] [80] [d0] [00] [10] [00] [a8] [00] [20] [40] [08] [10] [20] [80] [40] [00] [00] [01] [04] [00] [01] [02] [01] [02] [40] [01] [20] [02] [01] [02] [04] [08] [00] [00] [04] [02] [02] [04] [02] [02] [03] [03] [03] [01] [01] [01] [01] [01] [00] [00] [03] [01] [00] [02] [02] [04] [04] [04] [01] [04] [01] [05] [05] [05] [05] [00] [00] [00] [0c] [02] [0d] [02] [2c] [02] [2d] [02] [2c] [03] [00] [00] [0a] [02] [0b] [02] [2a] [02] [2b] [02] [2a] [03] [00] [00] [06] [02] [07] [02] [26] [02] [27] [02] [26] [03] [00] [00] [04] [02] [05] [02] [24] [02] [25] [02] [24] [03] [00] [00] [02] [02] [03] [02] [22] [02] [23] [02] [22] [03] [00] [00] [00] [00] [36] [71] [d2] [73] [c8] [70] [f8] [70] [da] [70] [24] [71] [54] [68] [69] [73] [20] [69] [73] [20] [61] [20] [73] [65] [6e] [73] [6f] [72] [20] [64] [65] [73] [63] [72] [69] [70] [74] [69] [6f] [6e] [2e] [00] [51] [75] [53] [70] [69] [6e] [30] [30] [30] [30] [00] [00] [01] [00] [03] [00] [32] [00] [30] [f2] [fc] [ff] [fc] [ff] [20] [a1] [07] [00] [d8] [2f] [07] [00] [30] [fe] [1b] [10] [01] [00] [00] [00] [f5] [0c] [ERROR_MESSAGE]Record type is not valid for the Scripter! Can anyone help with this error?
↧