Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
changed the deprecated download website to the new one
  • Loading branch information
bendelathouwer authored and dragonmux committed Dec 17, 2023
1 parent 2150a69 commit 7c1923b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ __Note:__ If you are on Windows 10 and want to upgrade the firmware to the probe

## Connecting to the software

To use the Black Magic Probe, you will need an ARM cross toolchain for developing and debugging embedded ARM Cortex applications on your computer. The [gcc-arm-embedded](https://developer.arm.com/downloads/-/gnu-rm) toolchain is recommended. The toolchain will include the GNU Debugger, GDB, for debugging ARM applications.
To use the Black Magic Probe, you will need an ARM cross toolchain for developing and debugging embedded ARM Cortex applications on your computer. The [gcc-arm-embedded](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads toolchain is recommended. The toolchain will include the GNU Debugger, GDB, for debugging ARM applications.

```sh
user@host ~ $ arm-none-eabi-gdb
Expand Down

0 comments on commit 7c1923b

Please sign in to comment.