aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f2/jobygps/spi_test/spi_test.ld
diff options
context:
space:
mode:
authorFergus Noble2011-09-23 13:04:11 -0700
committerStephen Caudle2011-10-12 22:18:44 -0400
commitf0c153598d5eb8373770297e71732f8fcef4f8ef (patch)
tree7412785d1d8c74153769a3c36762130d075968ac /examples/stm32f2/jobygps/spi_test/spi_test.ld
parentef8f8d831e83fcba4573404b588142853dd226fb (diff)
SPI test now working on F2!
Diffstat (limited to 'examples/stm32f2/jobygps/spi_test/spi_test.ld')
-rw-r--r--examples/stm32f2/jobygps/spi_test/spi_test.ld8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/stm32f2/jobygps/spi_test/spi_test.ld b/examples/stm32f2/jobygps/spi_test/spi_test.ld
index 7899773..cfe9ab7 100644
--- a/examples/stm32f2/jobygps/spi_test/spi_test.ld
+++ b/examples/stm32f2/jobygps/spi_test/spi_test.ld
@@ -17,15 +17,15 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/* Linker script for Open-BLDC (STM32F103CBT6, 128K flash, 20K RAM). */
+/* Linker script for Olimex STM32-H103 (STM32F103RBT6, 128K flash, 20K RAM). */
/* Define memory regions. */
MEMORY
{
- rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
- ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
+ rom (rx) : ORIGIN = 0x08000000, LENGTH = 256K
+ ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
}
/* Include the common ld script. */
-INCLUDE libopencm3_stm32.ld
+INCLUDE libopencm3_stm32f2.ld