embassy/examples/stm32h5/memory.x

6 lines
113 B
Text
Raw Normal View History

2023-04-06 16:53:51 +00:00
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 0x200000
RAM : ORIGIN = 0x20000000, LENGTH = 0x50000
}