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.

MSPM0L1306: IAR icf file IROM1 definition

Part Number: MSPM0L1306


Hello, 

I had a customer point out to me that the IROM1_end definition ends in "7" instead of "F" for all of the MSPM0L1x0x family:

For L1306:
define symbol __ICFEDIT_region_IROM1_end__   = 0x0000FFF7;
and L1303:
define symbol __ICFEDIT_region_IROM1_end__   = 0x00001FF7;
But it would seem like for the memory range to be the full 64 or 8 kb you this needs to be 0x0000FFFF
Is this just a mistake? Or is there a reason why the flash range doesn't extend out to the full range?
Also I did see on the C series and G series .icf files the flash ranges end in "F"
Munan