This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil ARM Scatter file with multiple ROM and RAM sections

Hi,

We are migrating project from IAR to Keil environment.
We have following memory map designed for IAR Linker file, does any one has the example of scatter file designed for Keil environment with similar memory map.

; * ROM Memory Sections
; * -------------------
; * Interrupt Vector Section: address range - 0x00000000 to 0x000001FF - ROM
; * BootLoader ROM Section: address range - 0x00000200 to 0x00007FCB - ROM
; * BootLoader CRC Section: address range - 0x00007FCC to 0x00007FCF - CHECKSUM
; * BootLoader Data Section: address range - 0x00007FD0 to 0x00007FFF - BOOT_DATA_SEC
; ; * RAM Memory Sections
; * -------------------
; * Exception Vectors : address range - 0x04000000 to 0x04000007
; * Fatal Error Status Section: address range - 0x04000050 to 0x0400007F - FATAL_ERR_SEC
; * CStack Sections : address range - 0x04000100 to 0x040040FF - CSTACK
; * IRQStack Sections : address range - 0x04004100 to 0x040058FF - IRQ_STACK
; * FIQStack Sections : address range - 0x04005900 to 0x04005CFF - FIQ_STACK
; * SVCStack Sections : address range - 0x04005D00 to 0x040060FF - SVC_STACK
; * UNDStack Sections : address range - 0x04006100 to 0x040064FF - UND_STACK
; * ABTStack Sections : address range - 0x04006500 to 0x040068FF - ABT_STACK
; * Heap Section : address range - 0x04006900 to 0x040078FF - HEAP