aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f2/jobygps/spi_test/spi_test.ld
diff options
context:
space:
mode:
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