Rename MCU
This commit is contained in:
parent
ed2925a961
commit
64a01bef05
75 changed files with 4 additions and 4 deletions
7
stm32f103t8u6-bootloader/ld/stm32f103t8u6_flash.ld
Normal file
7
stm32f103t8u6-bootloader/ld/stm32f103t8u6_flash.ld
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
MEMORY
|
||||
{
|
||||
flash (rx) : ORIGIN = 0x08000000, LENGTH = 64K
|
||||
sram (xrw) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||
}
|
||||
|
||||
INCLUDE ld/common.ld
|
||||
Loading…
Add table
Add a link
Reference in a new issue