mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 03:44:30 +03:00
add (not checked) pre-pre-pre-pre...-alpha version of Multistepper
This commit is contained in:
9
F3:F303/inc/ld/stm32f303xD.ld
Normal file
9
F3:F303/inc/ld/stm32f303xD.ld
Normal file
@@ -0,0 +1,9 @@
|
||||
MEMORY
|
||||
{
|
||||
rom (rx) : ORIGIN = 0x08000000, LENGTH = 384K
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
|
||||
ccmram (rwx) : ORIGIN = 0x10000000, LENGTH = 16K
|
||||
}
|
||||
|
||||
/* Include the common ld script. */
|
||||
INCLUDE stm32f3.ld
|
||||
Reference in New Issue
Block a user