tinygo/targets/stm32f469.ld
Elias Naur bd7ab8ddd5 targets,runtime,machine: add support for the stm32f469-disco board
The LEDs and button work; I haven't tested the SPI and I2C
configuration.
2021-12-31 10:30:48 +00:00

10 строки
169 Б
Text

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