Add NUCLEO_STM32F446RE BSP

This commit is contained in:
niannianyouyu
2020-02-09 21:55:31 +08:00
parent 0825859a0c
commit d2f38a016e
32 changed files with 12747 additions and 0 deletions

View File

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