Reviving JLINK V8 on Windows 7: Driver Installation Issues

Reviving JLINK V8 on Windows 7: Driver Installation Issues

The JLINK driver is installed, and the device manager recognizes it, but the options for SW and JTAG in MDK are grayed out (this is not an issue with JLINK). Therefore, downloading and simulation cannot proceed. I tried uninstalling the JLINK driver and re-installing it, but that didn’t solve the issue, so I decided to … Read more

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 … Read more

Implementing Printf Function via JLink SWD Interface

Implementing Printf Function via JLink SWD Interface

The printf function is indispensable during microcontroller debugging, allowing developers to intuitively and conveniently obtain the current running status of the program. However, in chips like STM32, to achieve printf functionality, UART must be utilized. Is there a way to implement printing functionality solely with JLink? The answer is yes. ARM has adopted a new … Read more

Hands-On UDS Diagnostics Using STM32 Development Board

Hands-On UDS Diagnostics Using STM32 Development Board

1 Introduction UDS (Unified Diagnostic Services) is a very important diagnostic protocol in vehicles. However, unless you can access an actual project, I have not seen any open-source boards that can perform real UDS diagnostics; purely discussing theory is not very interesting. I bought a set of UDS_bootloader source code on Xianyu. Currently, I have … Read more

Detailed Usage Notes for Raspberry Pi JTAG

Detailed Usage Notes for Raspberry Pi JTAG

Detailed Usage Notes for Raspberry Pi JTAG 1. Introduction 2. Environment Setup 2.1 Hardware Connection 2.2 Software Preparation 3. Conclusion 1. Introduction Sometimes, when debugging code, hardware debugging tools are often used, and JTAG is a very good debugging tool. Below is a detailed introduction on how to use JTAG for debugging on the Raspberry … Read more

Setting Up ARM64 Raspberry Pi 4B and JLINK Emulator

Setting Up ARM64 Raspberry Pi 4B and JLINK Emulator

ARM64 Architecture and Programming, the world’s original ARM64 experiment, led by Uncle Ben, waiting for you! Equipment List for Season 3 Video Course Experiment Hardware Development Platform: Raspberry Pi 4B (2G or 4G RAM) Software Simulation Platform: QEMU BenOS Customized Version Development Host: Ubuntu Linux 20.04 One MicroSD card and a card reader One USB … Read more