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

7 lines
153 B
C++

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