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/msp430fr5962: FR series

Part Number: MSP430FR5962
Other Parts Discussed in Thread: MSP430FR5962

Tool/software: Code Composer Studio

Hi

MSP430FR5962 has 8KB of SRAM according to technical data sheet, In code composer studio under memory allocation window it showing 4KB . kindly  Let us  know if this is a code composer error.

we are using code composer studio 6.1.3 version

Thanks and regards 

sudheer

  • Sudheer,

    This looks like an issue in the linker command file for FR5962 that is included with CCSv6.1.3.  If I run 6.1.3 I see the same as you were there is 4KB of SRAM shown in the memory allocation view.  When I run CCSv7.2 I see the proper 8KB.

    Here is a comparison of the files from 6.1.3 and 7.2.0.  If you upgrade to 7.2.0 you will get the new file.  If you don't want to do that you can change the length of the RAM block to 0x2000 instead of 0x1000.

    Regards,

    John