SLAU320AJ July 2010 – May 2021
How to download an msp430.txt file generated by EW430 or CCS:
To download different code with the Replicator430FR, generate an msp430.txt file using EW430 or CSS. Name this file msp430Code.txt and save it into the folder $ProjectDir$\Targetcode\SRecord.
Convert this msp430Code.txt file by running the batch file "ConvertMsp430_txt.bat" in the $ProjectDir$\Targetcode\SRecord folder. The output is a C header file including the converted target code. Copy this C header file into the Replicator430FR code folder and include it in the JTAGfunc430FR.c file (#include "msp430Code.h").
Call the function DownloadMsp430Code() in the JTAGfunc430FR.c file to load the converted program into the target device memory.