.mpl Files [exclusive] May 2026
/* Internal Flash */ FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
/ Interrupt vector table goes right at the start of Flash / .isr_vector : ALIGN(4) .mpl files
*(.text) *(.text*) > FLASH
KEEP( (.isr_vector)) > FLASH