Custom Keywords and Shortcuts in Keil

Custom Keywords and Shortcuts in Keil

This Article Covers: 1. How to Customize Keywords in Keil and Its Effects 2. Custom Shortcut Keys in Keil 3. Profile Update Explanation 4. Execution Ability and Challenge Spirit Ⅰ Custom Keyword Methods and Effects We will illustrate using three custom keywords: uint16_t uint8_t FILE. Configuration Method: Edit -> Configuration -> User Keywords (or directly … Read more

Automated Compilation Script for Keil

Automated Compilation Script for Keil

Follow+Star Public Account, don’t miss exciting content Source | Gitee Author | DinoHaw Although Keil development for microcontrollers is often criticized by many developers, it must be acknowledged that Keil is still one of the preferred tools for many microcontroller developers. Today, I will share an open-source automated compilation script for Keil. 1. Source of … Read more

Keil MDK Debugging Features Overview

Keil MDK Debugging Features Overview

Follow+Star Public Number, don’t miss wonderful content Author | strongerHuang WeChat Public Account | Embedded Column Although Keil is often criticized, especially for its interface that feels like it’s from the last century (actually, IAR is similar), but its debugging features should be above reproach, especially for debugging Cortex-M core microcontrollers. Keil MDK supports a … Read more

Download and Install Keil4 Tutorial

Download and Install Keil4 Tutorial

Keil4 (32/64 bit) download link: Baidu Cloud: https://pan.baidu.com/s/1nwGyi97 Extraction password: vbsj Software Introduction: Keil is a C language software development system for the 51 series microcontrollers produced by Keil Software, USA. KeilμVision4 introduces a flexible window management system that allows developers to use multiple monitors and provides complete visual control over window positions anywhere. The … Read more

Why Keil Hasn’t Been Phased Out Despite Its Challenges

Why Keil Hasn't Been Phased Out Despite Its Challenges

This topic seems like a false proposition, because I think Keil is not very difficult to use, except for frequent lag, inexplicable freezes, and lack of flexible expansion. In fact, as an embedded software development tool, Keil has a long-standing presence and wide application in the industry. Although some people believe that Keil has some … Read more

Keil 5 Software Installation Guide

Keil 5 Software Installation Guide

Keil 5 Download Link: Click on Read the Original at the bottom of the article + Password: q97a Software Overview Keil is an industry-leading independent supplier of software development tools for microcontrollers (MCUs). The company operates through two private companies, Keil Elektronik GmbH in Munich, Germany, and Keil Software Inc. in Texas, USA. Keil manufactures … Read more

Keil uVision 5 Installation Tutorial

Keil uVision 5 Installation Tutorial

Keil C51 is a C language software development system compatible with the 51 series microcontrollers. Compared to assembly language, C language has significant advantages in functionality, structure, readability, and maintainability, making it easy to learn and use. Keil provides a complete development solution that includes a C compiler, macro assembler, linker, library management, and a … Read more

Keil 4 Software Installation Guide

Keil 4 Software Installation Guide

Keil 4 Download Link: Click the Read the Original at the bottom of the article + Password: de75 Software Introduction Keil is an independent supplier of software development tools for microcontrollers (MCUs) and is a leading company in the industry. Keil is operated jointly by two private companies, Keil Elektronik GmbH in Munich, Germany, and … Read more

How to Calculate CRC Values in IAR and KEIL

How to Calculate CRC Values in IAR and KEIL

Introduction More and more products on the market have safety requirements regarding their use. How to avoid danger to operators during use or reduce the probability of such dangers occurring is a key consideration for product safety. In this regard, related products need to pass safety certifications from relevant industries before they can be produced … Read more

Practical Guide to Running Applications on NOR FLASH Using MM32

Practical Guide to Running Applications on NOR FLASH Using MM32

At the beginning of project development, we select chips that meet the design requirements. Among these, RAM determines the memory size during program execution, while ROM determines the storage space for applications. However, for projects with particularly large application functions, the internal FLASH (ROM) storage space of the MCU may not be sufficient. At this … Read more