We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e3265 commit a4ec37fCopy full SHA for a4ec37f
ilg.gnuarmeclipse.managedbuild.cross/templates/projecttemplates/HelloWorld_CM3_C_Project/ldscripts/mem.ld
@@ -1,4 +1,10 @@
1
-/* Memory layout for STM32F103[CRTV]B */
+/* Linker script to configure memory regions.
2
+ * Need modifying for a specific board.
3
+ * FLASH.ORIGIN: starting address of flash
4
+ * FLASH.LENGTH: length of flash
5
+ * RAM.ORIGIN: starting address of RAM bank 0
6
+ * RAM.LENGTH: length of RAM bank 0
7
+ */
8
9
MEMORY
10
{
0 commit comments