

Hi,
I follow the steps above you provide, and compile a success.the explicit scatter file is follow
But I don't know how to use STM32 Link Utility.Can you say about the detailed steps
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08000000 0x00100000 { ; load region size_region
ER_IROM1 0x08000000 0x00100000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x20000000 0x00030000 { ; RW data
.ANY (+RW +ZI)
}
}
LR_NOR x60000000 0 x01000000 {
ER_NOR x60000000 0 x01000000 {
Application.o(+ RO-DATA)
}
}