embassy/examples/stm32h7b0/memory.x

5 lines
135 B
Plaintext
Raw Normal View History

MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 128K /* BANK_1 */
RAM : ORIGIN = 0x24000000, LENGTH = 512K /* SRAM */
}