Skip to content

Fix link to ST-LINK product page #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/connecting-your-debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ There are a few different debuggers that can be used.

### Official ST-LINK/V2

The [official ST-LINK/V2](https://www.st.com/en/development-tools/st-link-v2.htm) is a debugger manufactured by ST Microelectronics and can be bought at any major electronics distributor. In addition to the standard ST-LINK/V2, ST offers a ST-LINK/V2-ISOL variant which features digital isolation between the PC and target board. This isolation withstands voltages up to 1000V<sub>rms</sub>.
The [official ST-LINK/V2](https://www.st.com/en/development-tools/st-link-v2.html) is a debugger manufactured by ST Microelectronics and can be bought at any major electronics distributor. In addition to the standard ST-LINK/V2, ST offers a ST-LINK/V2-ISOL variant which features digital isolation between the PC and target board. This isolation withstands voltages up to 1000V<sub>rms</sub>.

This debugger has a 20-pin IDC conenctor for connecting to target boards. The pinout of this connector can be found below.

Expand Down