2019-05-26 10:30 AM
Hi everyone!
I'm new to embedded and that's my first board - STM32F103C8T6. I'm trying to program it using ST-LINK V2, but getting error "can not connect to target" all the time. I've tried to done that on two different PC with Windows 7, but result remain the same.
I've changed modes and reset board several times, as it said in error messages, but it didn't helped either.
Board - STM32F103C8T6
Utility is STM32 ST-LINK Utility v4.4.0
Driver is STSW-LINK009
There are some screenshots and photo of hardware attached
Waiting for your advice a lot ;)
Solved! Go to Solution.
2019-05-26 11:37 AM
Suggests the board isn't powered properly. Perhaps review pin assignments on fake ST-LINK, check supplies on blue board side.
2019-05-26 11:37 AM
Suggests the board isn't powered properly. Perhaps review pin assignments on fake ST-LINK, check supplies on blue board side.
2019-05-26 01:27 PM
I use the top part of a nucleo board to program and single step through all my boards.
and that uses a 5 or 6 wire cable.
2019-05-26 02:09 PM
Actually, that solved my problem! I connected my board to programmer from one side and to PC through micro usb as power supply at the same time. Then everything started to work fine.
Thanks a lot!