kopia lustrzana https://github.com/stlink-org/stlink
[update] documentation
rodzic
f1ecb3c761
commit
fa4a8c1ec4
Plik binarny nie jest wyświetlany.
|
@ -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}
|
||||
|
|
Ładowanie…
Reference in New Issue