Simplified Method for JTAG Interface in STM32 JLINK Programming

Simplified method for using JLINK to download programs to STM32 via JTAG interface (SW and JTAG modes)!

Anyone who has used STM32 knows that there are two common methods for downloading programs: via serial port and JLINK. The serial port download method is quite similar to that of the 51, so I won’t elaborate on it. However, when downloading via JLINK, the number of interface pins is too many, leading to a large interface that occupies a lot of PCB space. In this article, I will clearly explain the simplified method for the JTAG interface when using JLINK to download programs! I hope this is useful for everyone.Simplified Method for JTAG Interface in STM32 JLINK Programming

I experimented with JLINK v8 and STM32F103RBT6!

For more details, please refer to the original article.

Leave a Comment