Initial swag at h7 examples.
This commit is contained in:
5
examples/stm32h7/memory.x
Normal file
5
examples/stm32h7/memory.x
Normal file
@ -0,0 +1,5 @@
|
||||
MEMORY
|
||||
{
|
||||
FLASH : ORIGIN = 0x08000000, LENGTH = 2048K
|
||||
RAM : ORIGIN = 0x20000000, LENGTH = 128K
|
||||
}
|
Reference in New Issue
Block a user