Skip to content
Snippets Groups Projects
Commit a71cc63a authored by Henk Buursen's avatar Henk Buursen
Browse files

added arduin2 samd debugging

parent 98e69da9
No related branches found
No related tags found
No related merge requests found
Pipeline #380545 passed
......@@ -442,7 +442,7 @@ FabAcademy 2023 - recitation on debugging </span></div>
# Logic Analayzer
- ["logic analyzer 8 channel"](https://www.amazon.com/KeeYees-Analyzer-Device-Channel-Arduino/dp/B07K6HXDH1)
- ["logic analyzer 16 channel"](https://nl.aliexpress.com/item/4000386048107.html)
- ["logic analyzer 16 channel"](https://www.amazon.nl/-/en/dp/B0BGQD8LKB)
- ["Digikey 461-1010-ND: MICRO-HOOK RED 0.025" SQ PINS "](https://www.digikey.com/en/products/detail/e-z-hook/XKMRED/528231)
- ["Digikey 461-1010-ND: MICRO-HOOK BLACK 0.025" SQ PINS "](https://www.digikey.com/en/products/detail/e-z-hook/XKMBLK/528230?s)
......@@ -463,6 +463,7 @@ FabAcademy 2023 - recitation on debugging </span></div>
- [LA104](http://www.miniware.com.cn/product/signal-analyzer/)
- [DS213](http://www.miniware.com.cn/product/ds213-mini-oscilloscope/)
- [OS](https://github.com/gabonator/LA104)
---
......@@ -739,6 +740,16 @@ source [find target/at91samdXX.cfg]
arm-none-eabi-gdb -iex "target extended-remote localhost:3333"
```
---
<div class="my-footer"><span>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a></a>
FabAcademy 2023 - recitation on debugging </span></div>
Debugging SAM-Based Arduino® Boards:
https://docs.arduino.cc/tutorials/mkr-wifi-1010/atmel-ice
---
class: center, middle, chapter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment