initilization_code.rst, linker_script.rst: Fix cross reference

This commit is contained in:
Joel Sherrill 2016-10-28 11:51:15 -05:00
parent f3a7c9641b
commit a0c6979f16
2 changed files with 3 additions and 1 deletions

View File

@ -350,7 +350,7 @@ copied into RAM, then the data section recopy is initiated
This code performs the following actions: This code performs the following actions:
- copies the .data section from ROM to its location reserved in RAM (see - copies the .data section from ROM to its location reserved in RAM (see
`Initialized Data`_ for more details about this copy), :ref:`Initialized Data` for more details about this copy),
- clear ``.bss`` section (all the non-initialized data will take value 0). - clear ``.bss`` section (all the non-initialized data will take value 0).

View File

@ -299,6 +299,8 @@ BSP This file can be found at $BSP340_ROOT/startup/linkcmds.
__WorkspaceBase = .; __WorkspaceBase = .;
} >ram } >ram
.. _Initialized Data:
Initialized Data Initialized Data
================ ================