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.

Using IAR to generate msp430-txt file

I'm using IAR to generate TI MSP430 code. I asked IAR how to make a binary output from the build. They referred me to TI. They said go to the following link. The link has no information. Its a shell. Can someone please advise?

-Ralph

http://processors.wiki.ti.com/index.php/Generating_and_Loading_MSP430_Binary

  • Hi Ralph,

    Thanks for pointing out the wiki page issue - I've notified some people to try to figure out what happened there. In the meantime, I believe this is how to generate the TI-txt or hex file output in IAR:

    1. Project > Options > Linker
    2. On the "Output" tab, check "Allow C-SPY-specific extra output file"
    3. On the "Extra Output" tab, check "generate extra output file"
    4. Under Output Format use the dropdown to select msp430-txt (to generate a TI-txt binary file) or you can use another format like intel hex if desired.

    Now when you build, the file should show up in your Output folder.

    Regards,

    Katie

**Attention** This is a public forum