Skip to main content
Associate
January 30, 2024
Question

Program Upload method in nucleo stm32f103

  • January 30, 2024
  • 2 replies
  • 3052 views

Hello Everyone 
I am try to upload my code through stm32f103 necleo debuger or programmer but  have facing one issue for no st link found error 
I have attached the pic please give the solution .

2 replies

AScha.3
Super User
January 30, 2024

Hi,

Was the nucleo/st-link working before ?

With same USB cable ?

If remove your external wires, then working?

"If you feel a post has answered your question, please click ""Accept as Solution""."
Andrew Neil
Super User
January 30, 2024

@yugi wrote:

 no st link found error 
I have attached the pic please give the solution .


Is the ST-Link being detected by the host computer?

eg, does the Virtual COM Port appear in the Device Manager?

AndrewNeil_0-1706630498139.png

If the host computer isn't detecting the ST-Link, then there's no way that any other app (eg, debugger or programmer) is going to be able to use it.

#STLinkVCP #STLinkComPort #DeviceManager

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
yugiAuthor
Associate
January 31, 2024

i'm check the stlink  in device manager is showing the stlink

 

Andrew Neil
Super User
January 31, 2024

Show a screenshot of the message(s) you receive

BTW: you can just paste an image into the post (as I did above) - no need to attach.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.