Hi Zhang,
For the above PRM file, memory range 0x10000 to 0x17fff is not mentioned ,Whether we can use part of paged memory model or as part of small memory model
Since for the calcualtion of CRC ,While reading s-record data for 0x10000 to 0x17fff ,it is nto able to calcualte CRC
So for the above PRM ,whetehr I can modify as following for the Flash memory and I need small meory after 0xffff
ROM = READ_ONLY 0x20F0 TO 0x7FFF;
ROM1 = READ_ONLY 0xC000 TO 0xFF9B;
/* banked FLASH ROM */
PPAGE_0 = READ_ONLY 0x008000 TO 0x00A0EF; /* PAGE partially contained in ROM segment */
PPAGE_1 = READ_ONLY 0x10000 TO 0x17fff
and under SEGMENTS section
DEFAULT_ROM, ROM_VAR, STRINGS INTO ROM,PPAGE_0,ROM1,PPAGE_1;