2013-07-22 09:50 AM
Hello all,
After toiling with the stlink v2 for awhile I've finally caved and decided to try my luck here. The issue is that I've attached the st link SWDIO, SWDCLK, GND, and VDD on the evaluation board. I installed the drivers and have been trying to use ST Utility with the SWD setting. It does not connect to the board however and I keep getting the error that there is no connection,I have removed the two jumpers at CN4 as well as the manual's instructions. What am I doing wrong? Thanks in advance for any help.2013-07-22 12:38 PM
Confused.
You're trying to connect to some other evaluation board? You have an stand-alone ST-LINK V2 you're attempting to connect with the STM32F3-Discovery board? What boards are you working with, what are you trying to do with them? The STM32F3-Discovery includes an ST-LINK V2 which works on the F3 that's on the board. Are you using Windows 8?2013-07-22 06:18 PM
I'm trying to connect the STM32F3 Discovery to the standalone debugger using the SWD 6 pin connection on the evaluation board.
I'm using windows 7 as the operating system. the 64bit version. I'm trying to learn how to connect using the SWD connection so that I can then use it to program a homemade PCB board I made. The board has the same stm32f303c chip as the evaluation board.2013-07-23 04:43 AM
Ok, the 6-pin is not the ideal place to attach an external debugger. It's designed to export the on-board ST-LINK.
You'd want to inject SWDIO and SWCLK via the F3 side of the CN4 jumper block, and then probably break a couple of the solder bridges connecting SWO and NRST from the on-board ST-LINK to the F3.2013-07-23 06:40 AM
I will give that a go. I just have to figure out which solderbridges to break and go from there.
2013-07-23 08:07 AM
Yeah, I'd certainly start by looking at the
http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00063382.pdf
, and get a clear idea of what's connected to what, and if that is compatible with what you're trying to achieve. The boards weren't designed for using an external debugger. Most boards designed to do so have standardize connectors, if this is your goal in trying this, then I might suggest you look at some other reference board designs.