Skip to content
Snippets Groups Projects
Commit 6be31b02 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Changed capitalization for Hertz

parent a32bd930
Branches
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ Start `openocd` in a terminal window. (Status and semihosting output is visible
The configuration broken down:
- `stlink.cfg` defines the specifics for the STMicroelectronics ST-LINK/V1, ST-LINK/V2, ST-LINK/V2-1 in-circuit debugger/programmerprogrammer interface.
- `stlink.cfg` defines the specifics for the STMicroelectronics ST-LINK/V1, ST-LINK/V2, ST-LINK/V2-1 in-circuit debugger/programmer interface.
``` txt
interface hla
......@@ -48,8 +48,8 @@ hla_vid_pid 0x0483 0x3744 0x0483 0x3748 0x0483 0x374b
- `stm32f4x.cfg` is a script for the stm32f4x family, defining memory areas etc. It also defines the handling of `events`, e.g.,
- `trace-config` - enbling tracing.
- `reset-start` - requesting adapter speed to a (conservative) 2000khz (actual speed will be negotiated).
- `reset-init` - setting the CPU to 64Mhz (its 16Mhz by default), and requesting adapter speed to 8000khz (actual speed will be negotiated).
- `reset-start` - requesting adapter speed to a (conservative) 2000kHz (actual speed will be negotiated).
- `reset-init` - setting the CPU to 64MHz (its 16MHz by default), and requesting adapter speed to 8000kHz (actual speed will be negotiated).
- `examine-end` - debug behavior:
- Enable debug during low power modes (uses more power).
- Stop watchdog counters during halt.
......@@ -94,7 +94,7 @@ The autorun script broken down:
- `monitor itm port 0 on`
Enables `itm` debugging assuming a clock speed of 64Mhz.
Enables `itm` debugging assuming a clock speed of 64MHz.
- `load`
......@@ -102,7 +102,7 @@ The autorun script broken down:
- `monitor reset init`
Set the MCU to 64Mhz (again).
Set the MCU to 64MHz (again).
# GDB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment