embassy/examples/stm32h5/memory.x

6 lines
113 B
Plaintext
Raw Normal View History

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