[update] documentation

pull/11/head
Fabien Le Mentec 2011-10-16 03:24:45 -05:00
rodzic f1ecb3c761
commit fa4a8c1ec4
2 zmienionych plików z 13 dodań i 0 usunięć

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -144,6 +144,19 @@ $> continue
The board BLUE and GREEN leds should be blinking (those leds are near the user and reset buttons).
\newpage
\section{Notes}
\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,
if you want to disassemble the code at 0x20000000, use:\\
\begin{small}
\begin{lstlisting}[frame=tb]
$> disassemble 0x20000001
\end{lstlisting}
\end{small}
\newpage
\section{References}
\begin{itemize}