1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 02:19:21 +00:00
trezor-firmware/memory_app_fastflash.ld

10 lines
213 B
Plaintext
Raw Normal View History

/* STM32F205RE - 512K Flash, 128K RAM */
MEMORY
{
rom (rx) : ORIGIN = 0x20000000, LENGTH = 20K
ram (rwx) : ORIGIN = ORIGIN(rom) + LENGTH(rom),
LENGTH = 128K - LENGTH(rom)
}
INCLUDE libopencm3_stm32f2.ld