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.

CONST memory size for MSP430F47186

Other Parts Discussed in Thread: MSP430F47186, CODECOMPOSER

I am using 

- MSP430F47186

- IAR EW for MSP430

In the memory information after compiling code, I obtain from IAR EW like

CODE : 34 840

DATA:  6 767

CONST: 2 100

In IAR EW document (EW430_CompilerReference.pdf), the explanation of these memory segments is

-----

CODE - for executable code

DATA - for data placed in RAM

CONST - for data placed in ROM

-----

I would like to know the maximum size for CONST (ROM) memory for MSP430F47186.

In msp430F47186.pdf, page 16, I found "memory organization".

In this Table (memory organization), which parts corresponds to "CONST" memory type?

Does the 1st category in the table (i.e. "Memory > Main: code memory | Flash") includes both 

- Code

- CONST memory segment

in the one memory segment?

**Attention** This is a public forum