建立工程,成功创建两个虚拟串口
This commit is contained in:
27
source/core/stm32mp15xx_m4.sct
Normal file
27
source/core/stm32mp15xx_m4.sct
Normal file
@@ -0,0 +1,27 @@
|
||||
; *************************************************************
|
||||
; *** Scatter-Loading Description ***
|
||||
; *************************************************************
|
||||
|
||||
LR_VECTORS 0x00000000 0x00000400 { ; load region size_region
|
||||
.isr_vector +0 {
|
||||
startup*.o (RESET, +First)
|
||||
}
|
||||
}
|
||||
|
||||
LR_IROM1 0x10000000 0x00020000 { ; load region size_region
|
||||
ER_IROM1 0x10000000 0x00020000 { ; load address = execution address
|
||||
*(InRoot$$Sections)
|
||||
.ANY (+RO)
|
||||
.ANY (+XO)
|
||||
}
|
||||
RW_IRAM1 0x10020000 0x00020000 { ; RW data
|
||||
.ANY (+RW +ZI)
|
||||
}
|
||||
|
||||
; ***** Create region for OPENAMP *****
|
||||
; *** These 4 lines can be commented if OPENAMP is not used ***
|
||||
.resource_table +0 ALIGN 4 { ; resource table
|
||||
*(.resource_table)
|
||||
}
|
||||
__OpenAMP_SHMEM__ 0x10040000 EMPTY 0x8000 {} ; Shared Memory area used by OpenAMP
|
||||
}
|
Reference in New Issue
Block a user