Skip to content

Commit a4ec37f

Browse files
committed
more explanations in mem.ld file
1 parent 98e3265 commit a4ec37f

File tree

1 file changed

+7
-1
lines changed
  • ilg.gnuarmeclipse.managedbuild.cross/templates/projecttemplates/HelloWorld_CM3_C_Project/ldscripts

1 file changed

+7
-1
lines changed

ilg.gnuarmeclipse.managedbuild.cross/templates/projecttemplates/HelloWorld_CM3_C_Project/ldscripts/mem.ld

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
/* Memory layout for STM32F103[CRTV]B */
1+
/* 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+
*/
28

39
MEMORY
410
{

0 commit comments

Comments
 (0)