From: Fabien Le Mentec Date: Sat, 15 Oct 2011 22:15:50 +0000 (-0500) Subject: [update] documentation X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=bc250330deeebc63e726fb7150c33611c30523ff;hp=6d7479e6556c2a96be7f3ca93c296aa55a6d36fe;p=fw%2Fstlink [update] documentation --- diff --git a/doc/tutorial/tutorial.pdf b/doc/tutorial/tutorial.pdf index 2a5abbc..34fd85d 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 0fa7ab5..4dc82da 100644 --- a/doc/tutorial/tutorial.tex +++ b/doc/tutorial/tutorial.tex @@ -115,7 +115,7 @@ $> target extended localhost:4242 \end{small} \paragraph{} -To load the program, use:\\ +To load the program in SRAM, use:\\ \begin{small} \begin{lstlisting}[frame=tb] $> load blink.elf @@ -123,7 +123,8 @@ $> load blink.elf \end{small} \paragraph{} -Then, you can run the program using:\\ +GDB automatically set the PC register to the correct value, 0x20000000 in this case. Then, you +can run the program using:\\ \begin{small} \begin{lstlisting}[frame=tb] $> run