File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,9 @@ $ itmdump -F -f itm.txt
71
71
This command will block as ` itmdump ` is now watching the ` itm.txt ` file. Leave this terminal open.
72
72
73
73
Make sure that the STM32F3DISCOVERY board is connected to your computer. Open another terminal
74
- from ` /tmp ` directory (on Windows ` %TEMP% ` ) to launch OpenOCD similar as described in chapter
75
- [ First OpenOCD connection ] : ../03-setup/verify.html#first-openocd-connection
74
+ from ` /tmp ` directory (on Windows ` %TEMP% ` ) to launch OpenOCD similar as described in [ chapter 3] .
75
+
76
+ [ chapter 3 ] : ../03-setup/verify.html#first-openocd-connection
76
77
77
78
Alright. Now, let's build the starter code and flash it into the microcontroller.
78
79
@@ -103,7 +104,7 @@ target remote :3333
103
104
# Load will flash the code
104
105
load
105
106
106
- # Eanble demangling asm names on disassembly
107
+ # Enable demangling asm names on disassembly
107
108
set print asm-demangle on
108
109
109
110
# Enable pretty printing
You can’t perform that action at this time.
0 commit comments