-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the beginnings of the debugger menagerie
I'm going to post up a bunch of references to all of the debuggers I have - because why not.
- Loading branch information
1 parent
78cca43
commit 1286818
Showing
6 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: "Digilent HS2" | ||
date: 2023-06-12T20:59:43-07:00 | ||
draft: false | ||
--- | ||
|
||
<figure class="page-figure"> | ||
<img width="400rem" src="/images/HS2_InlineHeader.jpg"> | ||
<figcaption> Digilent HS2 </figcaption> | ||
</figure> | ||
|
||
This ICE primarily targets Xilinx FPGAs. | ||
|
||
|
||
## Host Interface | ||
|
||
USB 2.0 Type Micro-AB | ||
|
||
## Special Features | ||
|
||
* Has an adapter to support 2x7, 2mm Xilinx JTAG programming header. | ||
* FTDI-based interface. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: "Lattice, HW-USBN-2B" | ||
date: 2023-06-12T20:22:23-07:00 | ||
draft: false | ||
--- | ||
|
||
<figure class="page-figure"> | ||
<img width="400rem" src="/images/Lattice_IndivHeaders.jpg"> | ||
<figcaption> Lattice, HW-USBN-2B </figcaption> | ||
</figure> | ||
|
||
This ICE works for various Lattice FPGAs including: | ||
|
||
* Crosslink, Crosslink-NX | ||
* ECP5 | ||
* MachXO families | ||
* others - see the [User's Guide](https://www.latticesemi.com/view_document?document_id=143). | ||
|
||
## Host Interface | ||
|
||
USB 2.0 Mini-B | ||
|
||
## Special Features | ||
|
||
This ICE has some special features: | ||
|
||
1. It can make requests using serial protocols other than JTAG: | ||
1. I2C | ||
2. SPI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: "JLink Plus" | ||
date: 2023-06-12T20:37:18-07:00 | ||
draft: false | ||
--- | ||
|
||
<figure class="page-figure"> | ||
<img width="400rem" src="/images/JlinkPlus.jpg"> | ||
<figcaption> J-Link Plus with Cortex-M Adapter </figcaption> | ||
</figure> | ||
|
||
This ICE works with a wide variety of MCUs. See [Segger's supported device list](https://www.segger.com/supported-devices/) for more info. | ||
|
||
Typically supports most ARM cores, PICs, STM8, MSP430s, and many others. | ||
|
||
## Host Interface | ||
|
||
USB 2.0 Type B | ||
|
||
## Special Features | ||
|
||
* Supports SPI for certain chips. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: "The Menagerie" | ||
date: 2023-06-12T20:37:18-07:00 | ||
draft: false | ||
--- | ||
|
||
Come one, come all! You won't want to miss the menagerie of debuggers. See everything from the grotesque to the elegant. | ||
|
||
Have a debugger that you think should be added to the collection? [Open a PR!](https://github.com/callendorph/callendorph.github.io/pulls). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,12 @@ url = "mailto:[email protected]" | |
url = "/about/" | ||
weight = 10 | ||
|
||
[[menu.main]] | ||
identifier = "ICEs" | ||
name = "Debuggers" | ||
url = "/debuggers/" | ||
weight = 10 | ||
|
||
[taxonomies] | ||
category = "categories" | ||
tag = "tags" | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.