SEGGER Embedded Studio Release 3.40 Build 2018052200.36079
The so-called "flash (sic?) placement" XML file contains two sections:
First:
<MemorySegment name="FLASH" start="$(FLASH_PH_START)" size="$(FLASH_PH_SIZE)"> <ProgramSection load="no" name=".reserved_flash" start="$(FLASH_PH_START)" size="$(FLASH_START)-$(FLASH_PH_START)" /> : : </MemorySegment>
which does, indeed, seem to relate to the Flash;
and then:
<MemorySegment name="RAM" start="$(RAM_PH_START)" size="$(RAM_PH_SIZE)"> <ProgramSection load="no" name=".reserved_ram" start="$(RAM_PH_START)" size="$(RAM_START)-$(RAM_PH_START)" /> : : </MemorySegment>
which seems to be RAM.
So it seems that "flash (sic?) placement" is a misnomer?