tinygo/targets/stm32f7x2zetx.ld
kenbell 43a31467d3
Nucleo f722ze (#1526)
machine/nucleo-f722ze: Add support for ST Micro NUCLEO-F722ZE
2020-12-15 06:51:35 +01:00

10 строки
171 Б
Text

MEMORY
{
FLASH_TEXT (rw) : ORIGIN = 0x08000000, LENGTH = 512K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 256K
}
_stack_size = 4K;
INCLUDE "targets/arm.ld"