mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
add blink for G070 (NOT TESTED!)
This commit is contained in:
14
G0:G070/inc/ld/stm32g070xb.ld
Normal file
14
G0:G070/inc/ld/stm32g070xb.ld
Normal file
@@ -0,0 +1,14 @@
|
||||
/* Linker script for STM32F030f4, 16K flash, 4K RAM. */
|
||||
|
||||
/* Define memory regions. */
|
||||
MEMORY
|
||||
{
|
||||
rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 36K
|
||||
}
|
||||
|
||||
PROVIDE(_BLOCKSIZE = 2048);
|
||||
|
||||
/* Include the common ld script. */
|
||||
INCLUDE stm32.ld
|
||||
|
||||
Reference in New Issue
Block a user