rt-thread/bsp/nuvoton_m487/nuc487_flash.sct
Jess fd05a8af3e 1.add nuc487_flash.sct to fix scons build error:Fatal error: L6031U.
2.fix using keil_v5 build warning, add new line at the end of drv_uart.c.
2019-01-05 04:18:09 +08:00

16 lines
479 B
Plaintext

; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x00000000 0x00080000 { ; load region size_region
ER_IROM1 0x00000000 0x00080000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x20000000 0x00028000 { ; RW data
.ANY (+RW +ZI)
}
}