Creating a New Project in Keli MDK5

Creating a New Project in Keli MDK5

Scan to follow Chip Dynamics , say goodbye to “chip” blockage! Search WeChatChip DynamicsHow to Create a New Project Today we will learn how to create an STM32 project using Keli. Before creating the project, we need to create a folder in a directory on the computer where we can place all the projects we … Read more

Rust Embedded Development with ESP32 Microcontroller

Rust Embedded Development with ESP32 Microcontroller

Rust Embedded Development with ESP32 Microcontroller Learn Rust embedded development with the ESP32 microcontroller, starting with printing “hello world”. Setting Up the Environment: Relevant link: https://docs.espressif.com/projects/rust/book/ Install <span>rust</span> https://www.rust-lang.org/zh-CN/tools/install Verify successful installation: cargo -V Install <span>espup</span> cargo install espup –locked <span>espup</span> Install related dependencies espup install Install <span>ldproxy</span> related configuration cargo install ldproxy Install <span>esp-generate</span> … Read more

Practical Guide | Quickly Generate Visual Studio Projects Using CMake

Practical Guide | Quickly Generate Visual Studio Projects Using CMake

1. Introduction Hello everyone, I am ZhengN. Recently, I needed to migrate the embedded Linux platform code of my project to Windows for simulation purposes, which involved solving three problems: Setting up the project. Replacing some platform-specific code. Preparing some dynamic libraries. This note shares the practical steps for setting up the project: 2. Overview … Read more

Introduction to FreeRTOS – Creating a Project

Introduction to FreeRTOS - Creating a Project

Recently, I found some free time and decided to review FreeRTOS. I am also posting this article for easy reference later. The following content will use the standard library for the STM32F407ZGT6 model as an example.(1) Download the Source CodeYou can directly search for “FreeRTOS” in your browser to download it, or you can access … Read more

Keil5 Compile Button Not Working: Gray Button Issue Resolved in 1 Minute

Keil5 Compile Button Not Working: Gray Button Issue Resolved in 1 Minute

Issue:The compile button in Keil5 is not working and appears gray. Cause: 1. A code file was created without a project. 2. Without a project, the system cannot detect components and the microcontroller, so compilation is not possible, even if there is code. Solution: 1. Save the file and import it into a project. 2. … Read more

How to Create a New Project in Proteus

How to Create a New Project in Proteus

1. Select “New Project” 2. Modify the project name and storage path 3. Choose a template 4. Choose whether to create a PCB layout design based on your needs; this time, we choose not to create a PCB layout design. 5. Select no firmware project, which will be created separately later 6. Creation completed 7. … Read more