Skip to content

Commit 186c7fc

Browse files
committed
image links and typos
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 122a6e8 commit 186c7fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Command | Description
225225
CPU Time | Print CPU execution time and history of past program stops.
226226
Reset CPU Time | Reset CPU execution time and history. Set new reference time (zero point).
227227

228-
![CPU Time](images/CPU_Time.png)
228+
![CPU Time](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/raw/main/images/CPU_Time.png)
229229

230230
> 📝 **Notes:**
231231
> - The first program stop (typically at function `main`) is the initial reference time (zero point).
@@ -253,12 +253,12 @@ The `start-pname` indicates the processor that starts first and boots the system
253253
1. Select a processor and **Start Debug**. This connects the debugger.
254254
2. **Select a Processor** in the debug toolbar, or
255255
3. Click in **CALL STACK** on a thread or function name to select a processor.
256-
4. The selected processor is also shown **CPU Time Status bar**. This processor context is used in the VARIABLES or WATCH view.
256+
4. The selected processor is also shown in the **CPU Time Status bar**. This processor context is used in the VARIABLES and WATCH view.
257257

258-
![Multicore Debug](images/multicore.png)
258+
![Multicore Debug](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/raw/main/images/multicore.png)
259259

260260
> 📝 **Notes:**
261-
> - The SEGGER JLink GDB server uses a *launch* command to connect to a running processor whereas other GDB servers use a *attach* command.
261+
> - The SEGGER JLink GDB server uses a *launch* command to connect to a running processor whereas other GDB servers use an *attach* command.
262262
> - A [Disassembly View](#disassembly) opens only for a selected processor; otherwise the command is shown as disabled.
263263
264264
### Peripherals
@@ -338,7 +338,7 @@ It depends on the actually used debug adapter type if this information is known
338338

339339
## Known Limitations and Workarounds
340340

341-
### Internal Errors on stepping thru code
341+
### Internal Errors on stepping through code
342342

343343
There is an [chip errata](https://developer.arm.com/documentation/SDEN1068427/latest/) that single stepping on Cortex-M7 r0p1 processors enters the pending exception handler incorrectly which may result in error messages. Check the processor revision that is shown at debug start in the DEBUG CONSOLE.
344344

0 commit comments

Comments
 (0)