Add STM32G0 examples
This commit is contained in:
committed by
Dario Nieuwenhuis
parent
e2f71ffbbd
commit
ee841499ee
7
examples/stm32g0/memory.x
Normal file
7
examples/stm32g0/memory.x
Normal file
@ -0,0 +1,7 @@
|
||||
MEMORY
|
||||
{
|
||||
/* NOTE 1 K = 1 KiBi = 1024 bytes */
|
||||
/* These values correspond to the STM32G071C8 */
|
||||
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
|
||||
RAM : ORIGIN = 0x20000000, LENGTH = 36K
|
||||
}
|
Reference in New Issue
Block a user