trezor-mcu/memory.ld

10 lines
179 B
Plaintext
Raw Normal View History

2014-04-29 05:26:51 -07:00
/* STM32F205RE - 512K Flash, 128K RAM */
MEMORY
{
rom (rx) : ORIGIN = 0x08000000, LENGTH = 512K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
}
INCLUDE libopencm3_stm32f2.ld