Skip to content

Commit fa9423f

Browse files
authored
Update readme.md
1 parent 3a7b188 commit fa9423f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Please download and install the following software dependencies:
3030

3131
# Initial Setup/Installation
3232
## Enabling Workspace Trust
33-
The workspaces in this repo set environment variables for the integrated terminal. In order for this to work, workspace trust must be enabled in your User Settings. Follow the produre below. You only need to do this one time per VS Code installation.
33+
The workspaces in this repo set environment variables for the integrated terminal. In order for this to work, workspace trust must be enabled in your User Settings. Follow the procedure below. You only need to do this one time per VS Code installation.
3434

3535
1. Launch VS Code.
3636

@@ -209,7 +209,7 @@ Projects are configured to use the MAX32625PICO debug adapter by default. **Onl
209209
* "ftdi/olimex-arm-usb-tiny-h" (for http://www.olimex.com/dev/arm-usb-tiny-h.html)
210210
* "ftdi/olimex-jtag-tiny" (for http://www.olimex.com/dev/arm-usb-tiny.html)
211211

212-
# Advanced Configuration
212+
# Configuration
213213

214214
## Changing the Target Microcontroller
215215
The default target microcontrollers are the MAX32655 (for the Maxim SDK) and the MAX32665 (for the LP SDK). If you are using a different microcontroller, the target setting must be changed. Follow the procedure below:
@@ -280,7 +280,9 @@ A breakpoint on main must be set manually before launching the debugger.
280280

281281
![Breakpoint Image](https://github.com/MaximIntegratedTechSupport/VSCode-Maxim/blob/main/img/breakpoint.JPG)
282282

283-
## Pausing code execution while debugging throws an error
284-
See https://jira.maxim-ic.com/browse/MSDK-361
283+
## Pausing code execution throws an "Unable to open..." error
284+
![Pause Error Image](https://github.com/MaximIntegratedTechSupport/VSCode-Maxim/blob/main/img/pause_error.jpg)
285285

286-
Solution: Run "clean-periph" and then re-build.
286+
This is an internally reported and tracked error. It's related to how the peripheral driver libraries are currently shipped with the SDK.
287+
288+
Solution: Run "clean-periph" and then re-build. The peripheral driver libraries will be re-compiled from scratch with the correct filepaths set in the library file.

0 commit comments

Comments
 (0)