APM32 Core Episode 52 | Updating DAPLink Firmware on APM32F407IG TINY Board Based on mbed-os

APM32 Core Episode 52 | Updating DAPLink Firmware on APM32F407IG TINY Board Based on mbed-os

The “APM32 Core” series summarizes user experiences with APM32 series products, all of which are reprinted from the 21ic forum’s Jihai Semiconductor section. The full text has not been modified, and reprinting without the original author’s permission is prohibited. Recently, I obtained the APM32F407IG-Tiny board, which is well-made, especially with the built-in DAPLink downloader. It … 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

Implementing USB Functionality on ESP32S3

Implementing USB Functionality on ESP32S3

Implementing USB Functionality on ESP32S3 The previous article implemented the online functionality of DAPlink, and now I want to achieve the drag-and-drop download function. The prerequisite for this function is to simulate the ESP32S3 as a USB drive, allowing the ESP32S3 to read files from the USB drive. Today, we will implement the ESP32S3 as … Read more