Skip to main content
Visitor II
March 15, 2020
Solved

ST-LINK/V2 Pins Connections

  • March 15, 2020
  • 3 replies
  • 1100 views

Hello,

For an end of study project, I use a STM32L073RZT6 MCU.

I made an STM32 / Breadboard adapter. Like that :

0693W000000TwnOQAS.jpg

Now, I would like to program this MCU. For this, I was given a ST-LINK / V2.

0693W000000TwnYQAS.jpg

I used the MCU and ST LINK datasheet to make the following connections:

0693W000000TwnnQAC.png

I then used the ST LINK software to try to connect, impossible!

I tried several things, with the BOOT, Reset .. But nothing helps.

I checked the pins, but absolutely nothing.

Did I forget something to keep it from working?

    This topic has been closed for replies.
    Best answer by Steven Bébin

    I found the problem ... One of the cables was defective... It works well now !

    Thank you so much

    3 replies

    Visitor II
    March 15, 2020

    How do you power the board?

    The ST-Link does not supply power to its Vdd pin, it is used to detect the target voltage, so that it can match the signal level.

    Use an external power supply with the rated voltage of the microcontroller. Usually 3.3 Volts, but theoretically it can be supplied with anything between 1.8 and 3.6 V. Flashing can be difficult at lower voltages though, so stick with at least 3V.

    Visitor II
    March 15, 2020

    The St-Link has a 3.3V pin which I use to power the MCU.

    Steven BébinAuthorAnswer
    Visitor II
    March 15, 2020

    I found the problem ... One of the cables was defective... It works well now !

    Thank you so much