Dmitriy Skogorev
Dmitriy Skogorev

Reputation: 189

How to connect to stm32f205 via jtag or swd for read/write?

Good day everyone.

There is a need to connect via jtag / swd to stm32f205.

There is a chip soldered by all pins.

stm32f205 pinout

There is a Chinese st-link v2

st-link v2 from china

I guess I need rst, swclk, swdio 3.3vdd

in datasheet it is 7, 49, 46, 48 pins

I'm not sure if I connected correctly and stm utility also does not see the chip.

I ask you to guide me on the right path and explain where I went wrong and how to do it right.

Thank you in advance.

Upvotes: 0

Views: 1518

Answers (2)

Amin Khorsandi
Amin Khorsandi

Reputation: 93

Your pins are ok (I hope you have not forgotten to connect the GND pin, since you have not mentioned it). Let me remind you to choose SWD program mode in your programmer rather than JTAG.

Upvotes: 0

SOFuser
SOFuser

Reputation: 134

I guess your forgot to install the STLink driver on your host machine.The pins you connected are OK as there is no need to connect the Gnd using this USB-STLink module. For Linux Hosts you can find the packge in official repositories (use aptitude). Further installation guildelines could be found here.

Upvotes: 1

Related Questions