From: Fabien Le Mentec Date: Sun, 16 Oct 2011 08:48:27 +0000 (-0500) Subject: [update] documentation X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=828eff39eab53b1d1677b17d87e09ed6b151dcd5;p=fw%2Fstlink [update] documentation --- diff --git a/doc/tutorial/tutorial.pdf b/doc/tutorial/tutorial.pdf index 8bb15c7..983e30d 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 f177e2b..434365f 100644 --- a/doc/tutorial/tutorial.tex +++ b/doc/tutorial/tutorial.tex @@ -146,6 +146,8 @@ The board BLUE and GREEN leds should be blinking (those leds are near the user a \newpage \section{Notes} + +\subsection{Disassembling THUMB code in GDB} \paragraph{} By default, the disassemble command in GDB operates in ARM mode. The programs running on CORTEX-M3 are compiled in THUMB mode. To correctly disassemble them under GDB, uses an odd address. For instance,