mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-03-22 01:31:21 +03:00
added blink for STM32G0B1, next -> add USART
This commit is contained in:
12
G0:G070/inc/ld/stm32g0b1xb.ld
Normal file
12
G0:G070/inc/ld/stm32g0b1xb.ld
Normal file
@@ -0,0 +1,12 @@
|
||||
/* Define memory regions. */
|
||||
MEMORY
|
||||
{
|
||||
rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
|
||||
}
|
||||
|
||||
PROVIDE(_BLOCKSIZE = 2048);
|
||||
|
||||
/* Include the common ld script. */
|
||||
INCLUDE stm32.ld
|
||||
|
||||
Reference in New Issue
Block a user