Creating an SWD Adapter for STM32 Development Boards (Part 3)

My adapter boards have arrived! As we discussed in the first two parts, the on-board debugger that comes with most development boards is functional but often offers far less than a professional debugger. We’ve been exploring how we can create an adapter board for the ST Microelectronic development boards that will allow us to use an external debugger easily. In today’s post, we will examine the final results!

After opening up and examining my boards, I found that they appeared to be in good shape. As you can see below, the board looks just like what we laid out in part 2 and measured around 1 inch by 1.25 inches:

After firing up my soldering iron, I soldered my components onto the board. The JTAG/SWD and my power pins on top, the 6-pin SWD on the bottom. The assembled board can be seen below:

At this stage, I noticed two minor defects:

  1. I never measured the JTAG/SWD connector size so the connector was slightly wider than the board
  2. The JTAG/SWD connector was wide enough that it covered some of the silkscreen for VCC and my company name

Neither of these defects affects the way that the adapter would operate in the slightest. Given how quickly I put this board together and how I just guessed at the board size, I was pretty happy with the way the board turned out. In fact, these defects are so minor that if I didn’t point them out, they would probably not even be noticeable.

With the board assembled, it was time to test it out and see if I could actually program a microcontroller with my adapter. For the test, I connected my adapter board to the 6-pin connector on the STM32F429I-Discovery board. I also connected a 20-pin to 10-pin IDC connector to my SEGGER J-Link Ultra+ and connected my new ribbon cable to the adapter board. At this stage, the setup looked as follows:

If you remember back, I had to put the VCC pin on the board in order to detect if the target MCU was powered. At this point, we need to jumper the VCC pin on the adapter board to the VCC on the development board. In order to do so, I used a Sparkfun female-to-female adapter and connected to one of the of the 3V pins on the STM32429I-Discovery board. The final setup can be seen below:

The real test of course was whether I could program the microcontroller. I connected the J-Link to my PC and attempted to program the board using a simple RTOS LED blinky program. Thankfully, everything worked as expected! No more jumper wires for me! (Well, just the one anyways for VCC).

 

If you are interested in downloading the design files and gerbers that I used for this project, you can find them below.

 
DISCLAIMOR: By downloading these files, you contractually agree that:

THESE FILESS ARE PROVIDED BY BENINGO EMBEDDED GROUP, LLC “AS IS” AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BENINGO EMBEDDED GROUP, LLC OR ITS CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THESE FILES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Share >