Skip to main content
Arman Ilmak
Senior
May 7, 2018
Solved

ST Link does not work anymore!!!

  • May 7, 2018
  • 3 replies
  • 873 views
Posted on May 07, 2018 at 20:19

Hi.

I was just programming my stm32f217 board via serial wire interface and everything was ok, but when I wanted to program once more the message ''No target connected''displayed and it didn't program my MCU anymore.

But when I use IAR to program stm8 it works.

What is the problem?

I tried updating the firmware but the message bellow displayed that I don't know what it is.

0690X00000604eFQAQ.jpg
    This topic has been closed for replies.
    Best answer by Tesla DeLorean
    Posted on May 07, 2018 at 22:22

    You need to review what you are doing with the PA13/PA14 pins in your design, or if you are powering off the device.

    3 replies

    Arman Ilmak
    Senior
    May 7, 2018
    Posted on May 07, 2018 at 20:44

    I forgot to say that I have a mini ST Link.

    Arman Ilmak
    Senior
    May 7, 2018
    Posted on May 07, 2018 at 21:14

    I used '

    Turvey.Clive.002

    ' comment in

    https://community.st.com/0D50X00009XkWg4SAF

    and it worked.Thanks.

    Arman Ilmak
    Senior
    May 7, 2018
    Posted on May 07, 2018 at 22:04

    I have a new problem. Every time I want to program I have to make Boot0 high, reset, plug out the st link(because IDE don't recognize st-lin k),plug in the st link and at last program.It wasnt like this before.I cant use debug option either.

    Tesla DeLorean
    Tesla DeLoreanBest answer
    Guru
    May 7, 2018
    Posted on May 07, 2018 at 22:22

    You need to review what you are doing with the PA13/PA14 pins in your design, or if you are powering off the device.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Arman Ilmak
    Senior
    May 7, 2018
    Posted on May 07, 2018 at 22:42

    When 

    i

    use cube

    mx

     I mostly tick the 'set all the free pins analog to optimize power consumption' this made the

    swdio

    and

    sw

    clk

     analog and this was the problem. Thanks.