A Quick Overview: Debugging Interfaces for Microcontrollers

A Quick Overview: Debugging Interfaces for Microcontrollers

In the process of microcontroller development, debugging is an indispensable step, and the interface serves as a bridge connecting the development environment with the target microcontroller. For engineers, to achieve excellent microcontroller debugging, it is essential to understand and master various interfaces. Below, we will list the interfaces used in microcontroller debugging. 1. JTAG Interface … Read more

How to Bypass STM32CubeIDE’s Detection of Clone J-Link Devices

How to Bypass STM32CubeIDE's Detection of Clone J-Link Devices

👉STM32CubeIDE Tutorial Collection Recently, my company received a lawyer’s letter from MDK, leaving us no choice but to use open-source or free IDE tools. Considering various factors, I ultimately decided to use the STM32CubeIDE provided by STMicroelectronics. I found that there are relatively few tutorials on CubeIDE available online, which inspired me to create a … Read more

Can DAPLink+Python Replace J-Link?

Can DAPLink+Python Replace J-Link?

1. Why I Replaced J-Link The official price is expensive. Counterfeit detection: the connected probe appears to be a J-Link clone. Connection failure: The connected J-Link is defective. Hardware damage. Common counterfeit J-Link devices on the market have poor quality; I have at least seven or eight that have failed in my hands! 2. Why … Read more

Renesas RA8 Series Tutorial | Generating Keil Projects Based on RASC

Renesas RA8 Series Tutorial | Generating Keil Projects Based on RASC

Follow us+Star Public Account Number, don’t miss out on exciting content Author | strongerHuang WeChat Official Account | strongerHuang For those who are not accustomed to developing with e2 studio, you can use RASC to generate a Keil project, and then happily complete development tasks in the Keil environment. This article describes the method of … Read more

Using J-Link and J-Flash to Program Serial Numbers for Kinetis

Using J-Link and J-Flash to Program Serial Numbers for Kinetis

Click the image above “Chuangxue Electronics” to follow and easily learn electronic knowledge. Chuangxue Electronics Subscription Account Daily updates on technical articles in the electronics industry and the latest news on microcontrollers, making it easy to learn anytime, anywhere. During mass production of products, many people have the need to program a unique ID number … Read more

Understanding JTAG and Other Debug Interfaces

Understanding JTAG and Other Debug Interfaces

1. JTAG Protocol JTAG (Joint Test Action Group) is an international standard testing protocol (IEEE 1149.1 compatible), primarily used for internal chip testing. Most advanced devices today support the JTAG protocol, such as ARM, DSP, and FPGA devices. The standard JTAG interface consists of 4 lines: TMS, TCK, TDI, and TDO, which correspond to test … Read more

The Most Powerful Development Board from Arduino and Full Support for N32 Series MCU by J-Link at Embedded World 2023

The Most Powerful Development Board from Arduino and Full Support for N32 Series MCU by J-Link at Embedded World 2023

Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | Embedded Column Embedded News Issue 07 is here: 1. Arduino Launches the Most Powerful Development Board At the beginning of this month (March 1), Arduino officially launched its “strongest” development board ever, featuring a dual-core STM32H7 (Cortex-M7 core at … Read more