STM32 Debugging Record: Warning After Programming with JLINK in MDK

STM32 Debugging Record: Warning After Programming with JLINK in MDK

Today, while using MDK to program, a warning appeared. Initially, I didn’t pay attention to this issue because during actual testing, the program could be programmed normally and also debugged. However, later a colleague encountered this warning repeatedly during debugging, which affected normal testing, so I decided to investigate! 01 Error Phenomenon The error message … Read more

Step-by-Step Guide to Using JLink as a Serial Debugging Assistant

Step-by-Step Guide to Using JLink as a Serial Debugging Assistant

Click on “Gua Gua Little Master” above, select “Pin/Star Official Account“ Useful Resources Delivered First Hand! Summary: I wonder how everyone prints debugging information during microcontroller development. Most likely, they use serial debugging to print. In most cases, serial port 1 is usually reserved for debugging printing during board manufacturing and coding. But what if … Read more

Resolving The Connected J-Link Is Defective Warning

Resolving The Connected J-Link Is Defective Warning

Resolving The Connected J-Link Is Defective Warning, Proper Operation Cannot Be Guaranteed… 1. Problem The warning ‘The connected J-Link is defective, Proper operation cannot be guaranteed…’ often pops up after repeatedly flashing the program or when the simulation frequently hangs. Insert image description here 2. Cause The issue arises because the J-Link driver for Keil … Read more

Common Issues and Solutions for Jlink Downloader

Common Issues and Solutions for Jlink Downloader

1 Many beginners encounter difficulties when using the Jlink downloader, often facing various issues that can be quite confusing. This document aims to illustrate some common problems and their solutions, providing reference for those just starting to use the Longqiu Jlink downloader, helping to reduce unnecessary efforts in their learning process. If there are any … Read more

STM32 Development Board JLINK Debugging Steps

STM32 Development Board JLINK Debugging Steps

▼Click the card below to follow our public account for more exciting content▼ Welcome to follow the 【Master Microcontroller and Embedded Systems】 public account, reply with keywords to get more free videos and materials Reply with 【Join Group】, 【Microcontroller】, 【STM32】, 【Hardware Knowledge】, 【Hardware Design】, 【Classic Circuits】, 【Thesis】, 【Graduation Project】, 【3D Packaging Library】, 【PCB】, 【Capacitor】, 【TVS】, … Read more

Introduction to JLINK RTT: Replacing UART with RTT

Introduction to JLINK RTT: Replacing UART with RTT

In microcontroller development, printing debug information usually relies on serial ports. However, if no serial port is reserved, the RTT (Real-Time Transfer) function of the JLINK debugger can serve as an alternative. RTT enables real-time communication between the target device and the debugging host through the JLINK debugger, supporting log output and data collection while … Read more

Unexpected Reasons for JLINK Programming Failure

Unexpected Reasons for JLINK Programming Failure

When we write programs, we usually use JLINK to complete the operation. It must be said that JLINK is one of the most important tools in the embedded microcontroller industry. However, we sometimes encounter situations where programming fails. Not long ago, I faced a situation where programming could not be completed. The specific situation is … Read more

Debugging RT-Thread on Microchip MPU with JLink in Win10

Debugging RT-Thread on Microchip MPU with JLink in Win10

@Debugging RT-Thread on Microchip MPU with JLink in Win10 Import Project Configure Debugging Verify Configuration Open JLinkGDBServer and Configure Preparation Downloadat91bootstrap source code DownloadEclipse IDE for Embedded C/C++ Developers DownloadJLink Compile at91bootstrap Modify at91bootstrap’s Makefile: Run make sam9x75eb_bkptone_defconfig to configure, then compile: Copy at91bootstrap binary file: Copy the generated at91bootstrap binary file to the root … Read more

JLINK Debugging Steps for STM32 Development Board

JLINK Debugging Steps for STM32 Development Board

STM32 Debugging Steps Before debugging, first short-circuit pins 2-3 of J9, short-circuit the right two pins of J4, short-circuit J5, J8, J2’s pins 1-2, and 3-4. Connect Jlink to the learning board, USB extension cable to the learning board, serial extension cable to the learning board (or USB to serial cable to the learning board). … Read more

Introduction to J-Link, DAPLink, ST-Link, and J-Link OB

Introduction to J-Link, DAPLink, ST-Link, and J-Link OB

Click on the “Xuan Ge Talks Chips” above to follow and learn more exciting content! There are too many types of microcontroller debuggers on the market, such as J-Link OB, DAPLink, J-Link PRO, ST-Link, etc. Today, we will introduce and sort them all out, and later we will create a comprehensive debugging tool. 1. Segger’s … Read more