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.

CCS/MSP430G2153: How to read data from memory ?

Part Number: MSP430G2153


Tool/software: Code Composer Studio

Hi !

I am trying to program an MSP430 by another MSP430. to do this, I have to write a program that allows me to read the contents of a memory which I will put the code to put in the second MSP.
how can I use the MSP lasher to put the two programs in my MSP in two different sectors of flash memory, and how can I access the second program to send it using the first program

  • Hi,

    first of all I'd like to point you to the LaunchPad-Based MSP430 UART BSL Interface application report which might be a good and easy starting point to use a G2 device to program another device (also G2 as far as I understood).

    In general I think you're looking at the Bootloader (BSL) which enables you to communicate with the device and read from or write to its memory. The indicated application report will provide several links to important documentation.

    Please review the material to check if this is what you are looking for and lt me know if there are any additional questions or challenges.

    Best regards,

    Britta

  • Hi,

    as I didn't hear back from you in a while I assume that your issue has been solved.
    Please go ahead and verify the given answer to also help other users that might run into the same issue.

    Note that I'll go ahead and close this thread in the next couple of days if I don't hear back from you. Replying to the thread will re-open it if necessary at some point.

    Best regards,
    Britta
  • Hi!
    I'm sorry I did not answer you in this period, I was trying to programme my MSP using the MSPFlasher, I'll read the files you gave me quickly and I'll answer you in tomorrow.
    to explain more, my project is over the air-updates by the CC110, so I want to know how I can do it, for the moment I try to manipulate the .cmd file to divide the flash memory into 2 part The first part contains the code to execute (.text) and the second part contains the code to burn in the other MSP. now i will try to understand the uart bootloader. if you can help me with this task I will be grateful.
    thank you.

**Attention** This is a public forum