cancel
Showing results for 
Search instead for 
Did you mean: 

No STM32 target found - STM32G030K6T6

Sungjae Kim
Associate II

Hi, I'm making a board for UART and I2C communication.

Please refer to the schematic below;

 

SungjaeKim_0-1737011644144.png

 

I put 5V External power supply at VBUS,

and connects SWDIO, SWCLK, NRST, 3V3, GND to the STLINK V3 Minie.

 

However it shows "No STM32 target found" message on STM32CubeProgrammer when I clicked "Connect" button.

Since the "Target voltage" shows 3.31V, I think there is no power problem.

Is there something that I missing?

Please let me know.

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @Sungjae Kim 

What I can see is that you are using PA13 as SWCLK and PA14-BOOT0 as SWDIO. But according to the Table 12 of the DS12991 Rev4 , you should be using PA13 as SWDIO and PA14-BOOT0 as SWCLK:

STTwo32_0-1737013121419.png

 

Best Regards.

STTwo-32

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

4 REPLIES 4
STTwo-32
ST Employee

Hello @Sungjae Kim 

What I can see is that you are using PA13 as SWCLK and PA14-BOOT0 as SWDIO. But according to the Table 12 of the DS12991 Rev4 , you should be using PA13 as SWDIO and PA14-BOOT0 as SWCLK:

STTwo32_0-1737013121419.png

 

Best Regards.

STTwo-32

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

STTwo-32, Thank you for prompt reply and catching my mistake.

I have twisted SWCLK and SWDIO, now it recognized successfully.

Thank you and have a nice day :)

@Sungjae Kim And please do yourself a favor and connect a 100nF from pin NRST to GND, which guarantees a clean reset at power-up.

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Hi @Peter BENSCH ,

Thank you for kind reply. I will apply. :)