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.

UPLOAD WITH CODE COMPOSER

Hi , I have a code that I downloaded to a board a wile ago, and I need to do more boards , however the code that I have now seeMs not to work as the old board , so I need to upload from the old MSP430 and compare than, to see if by mistake I altered  the code I have now. Does anyone knows how to do that with CODE COMPOSER ??

Thanks

  • Hello David,

    You can't read your program back from old MCU in the C Language (even in any format) with CCS . For getting hint of what could be changed you can follow below steps:

    • First generate Output file in Ti txt (or Hex) format from your project.
    • Download LiteFETPro430 from www.elprotronic.com
    • Now Read the Old MCU and save the file as Ti txt (or Hex) format.
    • You can download any tool for comparing both Ti Txt or Hex files.

    By this way you will find out where the difference in program and using your project map file, you can see what has been changed on that location.

    Regards,

    Vikas Chola

**Attention** This is a public forum