embassy/examples/stm32h7/memory.x

6 lines
100 B
Text
Raw Normal View History

2021-06-08 18:47:32 +00:00
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 2048K
2021-06-15 21:52:43 +00:00
RAM : ORIGIN = 0x24000000, LENGTH = 384K
2021-06-08 18:47:32 +00:00
}