view examples/c3/stm32f4.mmap @ 401:994c00d55fd5

Remove files that are now in ppci
author Windel Bouwman
date Wed, 18 Feb 2015 22:56:42 +0100
parents 173e20a47fda
children
line wrap: on
line source



MEMORY flash LOCATION=0x08000000 SIZE=0x10000 {
 SECTION(code)
}

MEMORY ram LOCATION=0x20000000 SIZE=0x10000 {
 SECTION(data)
}