Other Parts Discussed in Thread: MSP-EXP430FR2433, UNIFLASH, MSP-FET, MSP-EXP430FR5969
We are trying to program the MSP430FR2433 with Uniflash using UART BSL mode and we need help. We are using Uniflash v5.0.0.2289. We are also using the MSP-EXP430FR2433 board and very closely following the example described in Section 5 of "Programming the Bootloader of MSP430™ and SimpleLink™ MSP432™ , CC13xx, CC26xx, and CC32xx MCUs Using UniFlash" . We have created a simple LED blink program and converted its output to TI-Text hex format.
The contents of our image file is as follows:
@c400
B2 40 80 5A CC 01 D2 D3 04 02 D2 D3 02 02 92 C3
30 01 B2 D0 10 00 82 03 B2 40 50 C3 92 03 B2 D0
20 02 80 03 03 43 32 D2 03 43 03 43 FE 3F 03 43
31 40 00 30 B0 13 5E C4 0C 43 B0 13 00 C4 1C 43
B0 13 58 C4 D2 E3 02 02 B2 80 B0 3C 92 03 00 13
32 D0 10 00 FD 3F 03 43 03 43 FF 3F 03 43 1C 43
10 01
@ff80
FF FF FF FF FF FF FF FF
@ffda
50 C4 50 C4 50 C4 50 C4 50 C4 50 C4 50 C4 50 C4
50 C4 50 C4 50 C4 50 C4 50 C4 50 C4 50 C4 44 C4
50 C4 50 C4 30 C4
q
The contents of our password file when we start with an erases device is:
@ffe0
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
q
The contents of our password file when we start with a pre-programmed device is:
@ffe0
50 C4 50 C4 50 C4 50 C4 50 C4 50 C4 50 C4 50 C4
50 C4 50 C4 50 C4 50 C4 44 C4 50 C4 50 C4 30 C4
q
Uniflash gives the following error:
Image loading failed: Flash Generic, Loading Images... Error: -9
We always get the same error whether we start with the device memory pre-erased and a password file with all ff values, or if we start with the device pre-programmed and the corresponding password file.
Questions:
- Is Uniflash v5.0.0.2289 able to program the MSP430FR2433 via BSL using the MSP-EXP430FR2433 board?
- What is the meaning of the Uniflash error code listed above?
- Please provide suggestions about what we might be doing wrong.
Thanks