OriginBot Smart Robot Open Source Kit | 3. Controller Firmware Installation

OriginBot Smart Robot Open Source Kit | 3. Controller Firmware Installation

Flash the controller firmware 1. Download the official firmware Please select and download the controller firmware suitable for your robot from the table below. Download link: originbot_controller_firmware_v1.0.1 2. Connect the flashing data cable (1) Disconnect the serial communication connection between the controller and the Xuri X3 board. (2) During firmware flashing, power will be supplied … Read more

Embedded Time-Partitioned Real-Time System

Embedded Time-Partitioned Real-Time System

Introduction to AnOs AnOs is an embedded time-partitioned real-time system developed based on the ARM M4 series, modeled after the VxWorks653 approach. https://gitee.com/personal_chenjl/AnOs The development environment uses Keil uVersion5. The example program runs on the STM32F427 controller. The system aims to serve as an operating system application in high-security domains. Software Architecture The system consists … Read more

Practical Experience Using STM32CubeProgrammer in Keil

Practical Experience Using STM32CubeProgrammer in Keil

Keywords: Keil, STM32CubeProgrammer Table of Contents 1. Introduction 2. Steps 3. Results 4. Conclusion 01 Introduction Early users of new STM32 MCU products sometimes encounter situations where the toolchain is still being perfected. For example, some STM32 tools already support the product, while others are still being updated. Specifically for Keil users, they may be … Read more

Keil Series Tutorial 05: Configuring Target Options (Part 1)

Keil Series Tutorial 05: Configuring Target Options (Part 1)

Follow/Star Public Account to not miss any updates! This tutorial was updated and published by the original author strongerHuang in November 2018. Tags: Keil, MDK-ARM, µVision Copyright: Commercial Use Prohibited Statement:This document is for personal learning use only. For reprints, please contact the author through the public account for authorization. 1Introduction This article discusses the … Read more

Comprehensive Analysis of Keil Map Files

Comprehensive Analysis of Keil Map Files

Follow/Star Public Account to not miss any messages! This tutorial was updated and published by the original author strongerHuang in December 2018. Tags: Keil, MDK-ARM, µVision Copyright: Commercial use prohibited Disclaimer:This document is for personal learning use only. Please contact the author for authorization for reprint. 1Introduction What is a map file? Simply put, a … Read more

Using KEIL for Automation Scripts

Using KEIL for Automation Scripts

This article is authorized by the original author DinoHaw. The original text is published at: https://gitee.com/DinoHaw/keil-autopiler. For reprinting, please contact the author directly. 1 Source of Demand Some companies with restrictions on the development process separate development from compilation (the code version after submission) and require minimal human involvement in the compilation process, necessitating the … Read more

The Development History of Keil MDK and IAR EARM

The Development History of Keil MDK and IAR EARM

Follow+Star Public Account, don’t miss wonderful content Author | strongerHuang WeChat Official Account | Embedded Column Keil and IAR are classic IDE tools of a generation. The reason so many people use them is not only because the tools are good, but also because they have a long development history. Next, I will describe the … Read more

Keil5 Software Installation Tutorial

Keil5 Software Installation Tutorial

Keil5 (32/64) Download Link: Link: https://pan.baidu.com/s/18XrnzZJJm8gEJ6ulb8jtMw Password: 8mwa If you encounter issues during installation, contact QQ: 236346343 Software Introduction: Keil C51 is a software development system for the 51 series compatible microcontrollers in C language. Compared to assembly language, C language has obvious advantages in functionality, structure, readability, and maintainability, making it easy to learn … Read more

Practical Tips for Using Keil: Formatting Code with AStyle Plugin

Practical Tips for Using Keil: Formatting Code with AStyle Plugin

Follow+Star Public Account Number, Don’t Miss Exciting ContentAuthor | strongerHuangWeChat Public Account | Embedded ColumnIf you download a source code online, or take over a colleague’s code, and it looks like the image below, do you still have the mood to look at it? However, if you format (beautify) it with a tool like this, … Read more

Installing Keil uVision 2 C51 Software Package

Installing Keil uVision 2 C51 Software Package

SoftwareIntroduction Keil uVision 2 C51 is one of the high-quality software for developing applications on various microcontrollers, supporting all 8051 series derivatives. It integrates editing, compiling, and simulation, supporting both assembly and C language programming. The interface is user-friendly, making it easy to learn and use. Keil C51 is a C language development system for … Read more