Here is a practical walkthrough of what a typical embedded .mpl looks like and how to edit it safely. /* File: stm32f4_flash.mpl */ /* Defines memory for STM32F407VG */ MEMORY
*(.text) *(.text*) > FLASH
/* Initialized data (copied from Flash to RAM at boot) */ .data : ALIGN(4)