Arduino_STM32/STM32F3/variants/discovery_f3/ld/mem-flash.inc

7 lines
155 B
C++

MEMORY
{
ccm (rwx) : ORIGIN = 0x10000000, LENGTH = 8K
ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 37K
rom (rx) : ORIGIN = 0x08005000, LENGTH = 236K
}