SLAA721E October 2016 – March 2020 MSP430FR5969 , MSP430FR5969-SP , MSP430FR5994 , MSP430FR6989
Find the .txt image in the App1 or App2 project.
This .txt file does not include CRC, and it needs to be converted to a format usable by the Host project. To make this easier, the software package includes 430txt2C, a Python script used to convert an MSP430 .txt file to a C array:
Find the convert tool in the folder: "MSP430FRBoot_<version>\Utilities\430txt_converter".
Readme.txt - Shows how to use the convert tool
demo_test.bat - Needs to be modified by your use case and call 430txt2c.py
430txt2c.py - Converts .txt file to .c file based on the command in demo_test.bat
Install Python 3 before using this tool.