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.

MSP430FR5962: Firmware Update issue

Part Number: MSP430FR5962
Other Parts Discussed in Thread: CC3200,

Hi all experts,

I'm trying to achieve a firmware update by creating separating memory in Linker file. For Application memory I have fixed one are and for downloading the firmware I have fixed one location.

I have developed a product which is communicating with a wifi module(CC3200) using RF communication with my MSP430 for data exchange. MSP430 is also attached with wireless RF module to send the data wirelessly.

So what I have did is I have flashed the updated txt file in CC3200 in user location and I'm reading the file and sending the OTA data and Interrupt vector data using RF communication.

My linker file looks like this

//-P(CODE)BOOT_MEM=40A0-5FFF
//-P(CODE)APP_MEM=6000-EFFF
-P(CODE)CODE=4000-FF7F,10000-23FF7
-P(CODE)COPY_FIRMWARE=1D000-1D05E
-P(CODE)COPY_BACKUP=1D06E-1D136
-P(CODE)CODE_OVERWRITE=1D146-1D20E
-P(CODE)FRAM=1C106-1C156
-P(CODE)FRAM_READ=1C158-1C1A8
//-P(CODE)DOWNLOAD_MEMORY=10000-1607F
//-P(CODE)BACKUP_MEMORY=16084-1C104
-Z(CODE)CODE_PAD

The data received from the wifi module is correct and I have wrote in the defined application area after writing to application area I'm jumping to starting address of the application area but the program counter or cursor points to unknown location. Can anyone solve this current issue Which I'm facing right now?

**Attention** This is a public forum