mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-08-13 19:49:24 +03:00
add G431-blink
This commit is contained in:
12
G4:G431/inc/ld/stm32g431xb.ld
Normal file
12
G4:G431/inc/ld/stm32g431xb.ld
Normal file
@@ -0,0 +1,12 @@
|
||||
/* Define memory regions. */
|
||||
MEMORY
|
||||
{
|
||||
rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 32K
|
||||
}
|
||||
|
||||
PROVIDE(_BLOCKSIZE = 2048);
|
||||
|
||||
/* Include the common ld script. */
|
||||
INCLUDE stm32.ld
|
||||
|
||||
Reference in New Issue
Block a user