Skip to content

Commit 5ca022b

Browse files
committed
Revert "Revert "[nxp noup][docs][common] Update VS Code readme with additional information to debug Matter apps for RW61X platform""
This reverts commit 3b461e5. Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>
1 parent 9ff7d2d commit 5ca022b

3 files changed

+15
-0
lines changed
Loading
Loading

docs/guides/nxp/nxp_vscode_development.md

+15
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,18 @@ For these actions, please refer to the official wiki:
129129
130130
- [Flash](https://github.com/nxp-mcuxpresso/vscode-for-mcux/wiki/Flash)
131131
- [Debug](https://github.com/nxp-mcuxpresso/vscode-for-mcux/wiki/Debug)
132+
133+
**Note** :
134+
135+
For Rw61x platform, some additional steps are required in order to debug Matter
136+
applications with the extension.
137+
138+
- In the `launch.json` file of the project settings, disable the
139+
`pre-flash actions` by setting the `mcuxSkipPreFlashActions` to true.
140+
141+
![](images/mcuxpresso_skip_preflash_actions.png)
142+
143+
- Edit the `mcuxpresso-tools.json` file of the project settings, and add
144+
`resetAfterLoad` as true in your `debug` configuration.
145+
146+
![](images/mcuxpresso_debug_resetafterload.png)

0 commit comments

Comments
 (0)