2025-01-15 11:22 PM
Hi, I'm making a board for UART and I2C communication.
Please refer to the schematic below;
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.
Solved! Go to Solution.
2025-01-15 11:39 PM
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:
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.
2025-01-15 11:39 PM
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:
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.
2025-01-15 11:45 PM
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 :)
2025-01-16 12:03 AM
@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.
2025-01-16 12:05 AM
Hi @Peter BENSCH ,
Thank you for kind reply. I will apply. :)