stm32: Add F0 example
This commit is contained in:
6
examples/stm32f0/memory.x
Normal file
6
examples/stm32f0/memory.x
Normal file
@ -0,0 +1,6 @@
|
||||
MEMORY
|
||||
{
|
||||
FLASH : ORIGIN = 0x08000000, LENGTH = 16K
|
||||
/* DTCM */
|
||||
RAM : ORIGIN = 0x20000000, LENGTH = 4K
|
||||
}
|
Reference in New Issue
Block a user