This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/MSP430FR6989: FR6989

Part Number: MSP430FR6989

Tool/software: TI C/C++ Compiler

I am trying to access flash memory from one MSP to another via JTAG. I am using the source code from your website http://www.ti.com/lit/ug/slau265j/slau265j.pdf . 

I am getting the following linker error.

  • Hello Vishal,

    I was able to build this properly. Can you try importing the project to see if it fixes the problem? First, make sure the entire .zip file is extracted to some directory on your PC. In CCS, go to Project--> Import CCS Project--> select the CCS project directory you would like to import. For example, if you want the Replicator430 project, import the project in the directory below(assuming you unzip to the C drive). Make sure you are using the directory with the .ccsproject file.

    C:\slau320w\CCS\Replicator430

    Let me know if things link up properly when you import this way.
  • I see, I am actually working with FRAM based devices. CCS project file Replicator430FR doesn't have FramErase.c and other files, but they are still included in JTAGfunc430.c. Is it ok to run code without these files?

**Attention** This is a public forum