[update] documentation
[fw/stlink] / doc / tutorial / tutorial.tex
index 9efc7999cf5895d993e93ef7b2d449c66de45330..f0617368af6aa69c5954a93946c8929ba451916d 100644 (file)
@@ -108,7 +108,7 @@ $> $TOOLCHAIN_PATH/bin/arm-none-eabi-gdb
 From GDB, connect to the server using:\\
 \begin{small}
 \begin{lstlisting}[frame=tb]
-$> target extended-remote localhost:4242
+$> target extended localhost:4242
 \end{lstlisting}
 \end{small}
 
@@ -116,7 +116,7 @@ $> target extended-remote localhost:4242
 To load the program, use:\\
 \begin{small}
 \begin{lstlisting}[frame=tb]
-$> load program.elf
+$> load blinky.elf
 \end{lstlisting}
 \end{small}
 
@@ -128,4 +128,14 @@ $> run
 \end{lstlisting}
 \end{small}
 
+
+\newpage
+\section{References}
+\begin{itemize}
+\item http://www.st.com/internet/mcu/product/248823.jsp\\
+  documentation related to the STM32L mcu
+\item http://www.st.com/internet/evalboard/product/250990.jsp\\
+  documentation related to the STM32L discovery kit
+\end{itemize}
+
 \end{document}