Skip to content

Commit

Permalink
Merge pull request #16 from acedogblast/acedogblast-README-fix
Browse files Browse the repository at this point in the history
Update README.md on Target support description
  • Loading branch information
korken89 authored Nov 14, 2024
2 parents 2607792 + 6d014d4 commit 6f062bb
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@ The schematic can be found in the GitHub actions, full production files are gene

Here is a small comparison with a few different probes:

| | Rusty Probe | PicoProbe | Raspberry Pi Debug Probe | STLinkV3 | JLink |
|-----------------------|------------------------|-------------|--------------------------|--------------------|--------------------|
| Max speed | 62 MHz | ? | 10 MHz | 24 MHz | 15 MHz |
| Target support | any | any | any | STM32 | any |
| IO voltage control | 1.8-3.3V | 3.3V | 3.3V | 1.6-3.3V | 1.6-3.3V sometimes |
| Type | Open Source & Hardware | Open Source | Proprietary | Proprietary | Proprietary |
| Language | Rust | C | C | C | C |
| Protocol | CMSIS-DAP | CMSIS-DAP | CMSIS-DAP | Proprietary | CMSIS-DAP |
| Programming connector | Cortex-M Debug 10p | - | JST | Cortex-M Debug 14p | Cortex-M Debug 10p |
| USB speed | 12 MBit/s | 12 MBit/s | 12 MBit/s | 480 MBit/s | 12 MBit/s |
| | Rusty Probe | PicoProbe | Raspberry Pi Debug Probe | STLinkV3 | JLink |
|-------------------------|-------------------------------------|-------------------------------|--------------------------------|------------------------|-------------------------------------|
| Max speed | 62 MHz | ? | 10 MHz | 24 MHz | 15 MHz |
| Target interface support| JTAG, SWD, SWO, UART | SWD | SWD, UART | JTAG, SWD, UART, SWO <br>Note: STM8/32 chips only | JTAG, SWD, SWO|
| IO voltage control | 1.8-3.3V | 3.3V | 3.3V | 1.6-3.3V | 1.6-3.3V somtimes |
| Type | Open Source & Hardware | Open Source | Proprietary | Proprietary | Proprietary |
| Language | Rust | C | C | C | C |
| Protocol | CMSIS-DAP | CMSIS-DAP | CMSIS-DAP | Proprietary | CMSIS-DAP |
| Programming connector | Cortex-M Debug 10p | - | JST | Cortex-M Debug 14p | Cortex-M Debug 10p |
| USB speed | 12 MBit/s | 12 MBit/s | 12 MBit/s | 480 MBit/s | 12 MBit/s |


## Where to buy

Expand Down

0 comments on commit 6f062bb

Please sign in to comment.