You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2id="recommended-gdb-and-ide-setup">Recommended GDB and IDE setup</h2>
242
242
243
-
<p>The recommended toolchain for embedded Arm Cortex-M development is <ahref="https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm">GNU Arm
244
-
Embedded</a>,
243
+
<p>The recommended toolchain for embedded Arm Cortex-M development is <ahref="https://developer.arm.com/downloads/-/gnu-rm">GNU Arm
244
+
Embedded</a> (GNU-RM),
245
245
provided by Arm. GDB is included with this toolchain.</p>
246
246
247
+
<p>Note that the version of GDB included with the new, combined Arm GNU Toolchain as of version 11.2-2022.02
248
+
<em>will not</em> work with pyOCD. This is because it is currently built without the required support for the XML
249
+
target descriptions that pyOCD sends to GDB. Versions later than 11.2-2022.02 may have this bug fixed.</p>
250
+
247
251
<p>For <ahref="https://code.visualstudio.com">Visual Studio Code</a>, the
248
252
<ahref="https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug">cortex-debug</a> plugin is available
0 commit comments