From: Fabien Le Mentec Date: Sat, 15 Oct 2011 22:20:56 +0000 (-0500) Subject: [update] documentation X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0c24d59554baaab07997b1206b2fa7534c230280;hp=bc250330deeebc63e726fb7150c33611c30523ff;p=fw%2Fstlink [update] documentation --- diff --git a/doc/tutorial/tutorial.pdf b/doc/tutorial/tutorial.pdf index 34fd85d..d49aa96 100644 Binary files a/doc/tutorial/tutorial.pdf and b/doc/tutorial/tutorial.pdf differ diff --git a/doc/tutorial/tutorial.tex b/doc/tutorial/tutorial.tex index 4dc82da..81605e2 100644 --- a/doc/tutorial/tutorial.tex +++ b/doc/tutorial/tutorial.tex @@ -115,7 +115,8 @@ $> target extended localhost:4242 \end{small} \paragraph{} -To load the program in SRAM, use:\\ +By default, the program was linked such that the base address is 0x20000000. From the architecture +memory map, GDB knows this address belongs to SRAM. To load the program in SRAM, simply use:\\ \begin{small} \begin{lstlisting}[frame=tb] $> load blink.elf @@ -127,7 +128,7 @@ GDB automatically set the PC register to the correct value, 0x20000000 in this c can run the program using:\\ \begin{small} \begin{lstlisting}[frame=tb] -$> run +$> continue \end{lstlisting} \end{small}