Skip to content

Commit 8e71878

Browse files
authored
Update Readme.md
1 parent 494400b commit 8e71878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ WORK IN PROGRESS!!!
4242
8) in gdb) "load" to upload file to MC and "cont" to run.For more see https://github.com/texane/stlink
4343
9) good luck!
4444

45-
**NOTE**: The step 6 can be omited as the step 7 cheks if `st-util` is running and starts it if it's not running, but it is recommended the first time to run the steps on by one in case of configuration errors, once you are in the debug window you can skip step 6 in the next debugging sessions.
45+
**NOTE**: The step 6 can be omited as the step 7 cheks if `st-util` is running and starts it if it's not running, but it is recommended the first time to run the steps one by one in case of configuration errors, once you are in the debug window you can skip step 6 in the next debugging sessions.
4646

4747
### GDB and Openocd
4848
***
@@ -59,7 +59,7 @@ called board.cfg, and example file is provided (board.cfg) the file needs to be
5959
7) start GDB debugger with <kbd>M-x</kbd>`stm32-start-openocd-gdb`<kbd>[RET]</kbd>
6060
8) debug your project and good luck!
6161

62-
**NOTE**: The step 6 can be omited as the step 7 cheks if `openocd` is running and starts it if it's not running, but it is recommended the first time to run the steps on by one in case of configuration errors, once you are in the debug window you can skip step 6 in the next debugging sessions.
62+
**NOTE**: The step 6 can be omited as the step 7 cheks if `openocd` is running and starts it if it's not running, but it is recommended the first time to run the steps one by one in case of configuration errors, once you are in the debug window you can skip step 6 in the next debugging sessions.
6363

6464
#### RTOS support
6565
***

0 commit comments

Comments
 (0)