Add examples for STM32L0
This commit is contained in:
committed by
Dario Nieuwenhuis
parent
3d16e922d5
commit
1bb7123156
5
examples/stm32l0/memory.x
Normal file
5
examples/stm32l0/memory.x
Normal file
@ -0,0 +1,5 @@
|
||||
MEMORY
|
||||
{
|
||||
FLASH : ORIGIN = 0x08000000, LENGTH = 192K
|
||||
RAM : ORIGIN = 0x20000000, LENGTH = 20K
|
||||
}
|
Reference in New Issue
Block a user