Getting Started with CubeIDE Development for STM32

Getting Started with CubeIDE Development for STM32

Click the blue words to follow, follow me to learn embedded systems.Today I developed with Cortex-M4, using STM32MP157, which is a dual-core chip integrating M4 and A7. Today mainly involves the installation of CubeIDE, which is quite simple, but there are a few key points to note, let me summarize: 01 STM32CubeIDE Official Download Link … Read more

Installing STM32 Device Support Package and STLINK/JLINK Drivers

Installing STM32 Device Support Package and STLINK/JLINK Drivers

1. Support Package Installation 1. Offline Installation First, download the support package and then install it. As shown in the figure, to install the STM32F1 series, double-click. The following appears,the installation path will be automatically locked, then click next to install directly. 2. Online Installation First, your computer needs to be connected to the Internet. … Read more

Using STLink, JLink, and DAP on Linux

Using STLink, JLink, and DAP on Linux

In a previous article titled “RT-Thread Wild Step Debugging Method,” an example of step debugging on Ubuntu was demonstrated. The article did not specify which type of Link was used. This article will discuss the three most common Links (JLink, STLink, CMSIS-DAP Link) and how to use them on Ubuntu. Let the Video Speak Tools … Read more