Skip to content

Commit 3b50580

Browse files
author
pyocd-bot
committed
Deploying to main from @ pyocd/pyocd-website-source@f729eea 🚀
1 parent 94baacb commit 3b50580

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

docs/gdb_setup.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,14 @@ <h2 id="standalone-gdb-server">Standalone GDB server</h2>
240240

241241
<h2 id="recommended-gdb-and-ide-setup">Recommended GDB and IDE setup</h2>
242242

243-
<p>The recommended toolchain for embedded Arm Cortex-M development is <a href="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 <a href="https://developer.arm.com/downloads/-/gnu-rm">GNU Arm
244+
Embedded</a> (GNU-RM),
245245
provided by Arm. GDB is included with this toolchain.</p>
246246

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+
247251
<p>For <a href="https://code.visualstudio.com">Visual Studio Code</a>, the
248252
<a href="https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug">cortex-debug</a> plugin is available
249253
that supports pyOCD.</p>

docs/target_family_notes.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@ <h5 class="sidebar-header">On this page</h5>
218218
<li class="toc-entry toc-h3"><a href="#kinetis-family">Kinetis family</a></li>
219219
</ul>
220220
</li>
221+
<li class="toc-entry toc-h2"><a href="#hdsc">HDSC</a>
222+
<ul>
223+
<li class="toc-entry toc-h3"><a href="#hc32l110">HC32L110</a></li>
224+
</ul>
225+
</li>
221226
</ul>
222227
</div>
223228
</div>
@@ -270,6 +275,12 @@ <h3 id="kinetis-family">Kinetis family</h3>
270275
<p>Unlocking of flash security is supported for all Kinetis targets. For more, see the
271276
<a href="/docs/security.html">security and protection</a> documentation.</p>
272277

278+
<h2 id="hdsc">HDSC</h2>
279+
280+
<h3 id="hc32l110">HC32L110</h3>
281+
<p>The documentation for this chip states that no external pull-up resistors are required on the SWD lines due to the internal pull-up
282+
hardware. Testing has found this to be largely inaccurate. Most debug probes will require an external 4.7k&amp;ohm; pull-up resistor
283+
between Ports P27/P31 and V+.</p>
273284

274285

275286
</div>

0 commit comments

Comments
 (0)