From 6be31b023a8e112ee1c36ce9435b3797ebbf5ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik@tjaders.com> Date: Thu, 4 Jan 2018 15:06:07 +0100 Subject: [PATCH] Changed capitalization for Hertz --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 28d586f..cba331e 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab