diff --git a/bsp/fm3/mb9bf500r/fm3_rom.sct b/bsp/fm3/mb9bf500r/fm3_rom.sct new file mode 100644 index 0000000000000000000000000000000000000000..f1a09f49000336955c520086d4fdc2ec200d270b --- /dev/null +++ b/bsp/fm3/mb9bf500r/fm3_rom.sct @@ -0,0 +1,15 @@ +; ************************************************************* +; *** Scatter-Loading Description File generated by uVision *** +; ************************************************************* + +LR_IROM1 0x00000000 0x00040000 { ; load region size_region + ER_IROM1 0x00000000 0x00040000 { ; load address = execution address + *.o (RESET, +First) + *(InRoot$$Sections) + .ANY (+RO) + } + RW_IRAM1 0x20000000 0x00004000 { ; RW data + .ANY (+RW +ZI) + } +} +