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/CODECOMPOSER: Confirmation message

Part Number: CODECOMPOSER

Tool/software: Code Composer Studio

Hi Team,

A customer has a question about MSP430 programmer. On the old version of CCS, after loading the program and clicking OK he used to see "MSP430: Program loaded. Code Size - Text: 11714 bytes Data: 1478 bytes. Using the newest version 10 of CCS, after loading the program and clicking OK he sees " MPS430: Flash/FRAM usage is 13192 bytes. RAM usage is 0 bytes.

The customer would like to know if the program had been loaded to the microcontroller? He also wants to know how he can go back to the same code size listed in the old version of CCS?

Regards,

Danilo

  • Hi Danilo,

    Danilo Austria said:
    The customer would like to know if the program had been loaded to the microcontroller?

    If they get those messages regarding the code size, then the program was successfully loaded.

    Danilo Austria said:
    He also wants to know how he can go back to the same code size listed in the old version of CCS?

    The different versions of CCS are providing the code size information in a different format. But the code size total itself is the same (11714 + 1478 = 13192).

    Thanks

    ki 

  • Hi Ki,

    Thank you for the clarification.

    Regards,

    Danilo