Skip to main content
Associate
February 5, 2024
Solved

STM32WB15 cannot connect stlink v2

  • February 5, 2024
  • 6 replies
  • 2079 views

I encounter the following error when connecting STM32WB15 to ST-Link V2.

Error: No STM32 target found! If your product embeds Debug Authentication, please perform a discovery using Debug Authentication

only VDD,GND, and SWIO and SWCLK pins connected..

package is ..UFQFPN48

what is problem..?

 

This topic has been closed for replies.
Best answer by Erdincca

i solved this problem... Proble is SW Fequency... Low frequency is working..

Thanks..

6 replies

TDK
February 5, 2024
  • Is this a custom board?
  • Are you using STM32CubeProgrammer? Does it output the target voltage? Is that voltage as expected?
  • Are you using a genuine programmer? Link to it.
"If you feel a post has answered your question, please click ""Accept as Solution""."
ErdinccaAuthor
Associate
February 6, 2024

yes customboard. i use stm32cubeprogrammer. output voltage 3.3v. original stlink v2 use.. 

TDK
February 6, 2024

Perhaps a schematic error. Perhaps a hardware error.

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

@Erdincca wrote:

If your product embeds Debug Authentication,


Does it?

If 'yes':

 


@Erdincca wrote:

please perform a discovery using Debug Authentication


did you do that?

 


@Erdincca wrote:

only VDD,GND, and SWIO and SWCLK pins connected..


Have you tried adding Reset?

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.
ErdinccaAuthorBest answer
Associate
February 13, 2024

i solved this problem... Proble is SW Fequency... Low frequency is working..

Thanks..

Andrew Neil
Super User
February 13, 2024

@Erdincca  Good to hear it's solved.

Now please mark the solution - so that others who come here with the same problem can find it.

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.