Add blinky example.
This commit is contained in:
7
examples/stm32l4/memory.x
Normal file
7
examples/stm32l4/memory.x
Normal file
@ -0,0 +1,7 @@
|
||||
MEMORY
|
||||
{
|
||||
/* NOTE 1 K = 1 KiBi = 1024 bytes */
|
||||
/* These values correspond to the STM32L4S5 */
|
||||
FLASH : ORIGIN = 0x08000000, LENGTH = 2048K
|
||||
RAM : ORIGIN = 0x20000000, LENGTH = 640K
|
||||
}
|
Reference in New Issue
Block a user