2017-10-23 11:53 PM
Hi,
I use ST-Link V2 eumlator and STM32 ST-Link Utility SW to flash STM32F103VE. At the beginning, it can flash for several days. Today it can connect to device(show device information), but can't flash. It show can not connect to device.
Best Regards,
Kent
2017-10-24 04:02 AM
I have the same problem with my STM32f103. I can only connect with the 'Hot Plug' mode but by this way it's impossible to program it.
With the normal mode, it appears a pop up message 'Can not connect to target! Please select 'Connect Under Reset' mode from Target....' but nothing work !2017-10-25 12:20 AM
I've found a solution for my problem, maybe it can help you.
https://www.waveshare.com/img/devkit/general/connector-layout-20pin_hjpg
You have to put PIN 1 and PIN 19 at the same voltage (for me 3,3V) and be sure that your JTAG Reset is well at PIN 15 and not PIN 3.
Best regards, Brieuc2017-10-25 07:38 AM
The external ST-LINK has buffers which must be powered by pin 1 (VTarget). Ideally this should be the board/chip voltage, which doesn't have to be 3.3V
2017-10-25 05:24 PM
May my problem is not with you, I found the Vcc 3.3V of the emulator conflict with Vcc
3.3V
of the board. I cut the Vcc 3.3V from the emulator. It works well.Best Regards,
Kent