Setting Up ZigBee Development Environment and IAR Configuration

Setting Up ZigBee Development Environment and IAR Configuration

Setting up the environment can be quite challenging, not because of the setup itself, but due to unfamiliarity and concerns about making mistakes or missing steps. The setup of the development environment for CC2430/2530 is actually quite simple; the only requirement is to find the corresponding version of the IAR crack software. Of course, if … Read more

Introduction to Multicore Debugging and Basic Operations with IAR

Introduction to Multicore Debugging and Basic Operations with IAR

In the process of project development, different chip platforms may use different compilation and debugging environments. Taking compilers as an example, commonly used ones include Tasking, Hightec, GreenHills, and IAR. In addition, there are various types of debuggers and emulators. Therefore, familiarizing oneself with the software/hardware environment used is a fundamental skill for software development … Read more

Tracking the US Marine Corps IAR Light Machine Gun Project (Part 1)

Tracking the US Marine Corps IAR Light Machine Gun Project (Part 1)

Authoritative military publication specializing in light weapons! Origins of the IAR Light Machine Gun Project Throughout military history, advancements in technology have always driven changes in combat tactics. The emergence of the powerful yet cumbersome Maxim machine gun turned the infantry’s assault on pre-established positions into a nightmare, while the introduction of lighter and more … Read more

IAR Installation Tutorial

IAR Installation Tutorial

Click the blue text“Smart Car Talks” to follow us! Software Download [Name]:IAR [Language]: Simplified Chinese [Installation Environment]: Win10/Win8/Win [Download Link]: IAR for ARM Link:https://pan.baidu.com/s/1qYJ4ZbTIxAizjAZPpzd14A Extraction Code:8888 IAR for msp430 Link:https://pan.baidu.com/s/1fl-powWHdQGJVoHBhEZq7Q Extraction Code:8888 IAR for 8051 Link:https://pan.baidu.com/s/1D4pjXV-OFPvxJ4LTnwdtyg Extraction Code:8888 [Backup Link]: If the download link is invalid, please reply in the public account ‘Smart Car Talks’ … Read more

Practical Experience: Variable Initialization in Keil, IAR, CubeIDE

Practical Experience: Variable Initialization in Keil, IAR, CubeIDE

Keywords: Uninitialized, Compilation Environment Table of Contents 1. Introduction 2. IAR Method for Uninitialized Variables 3. Keil Method for Uninitialized Variables 4. CubeIDE Method for Uninitialized Variables 01 Introduction Sometimes in our applications, we require variables to maintain continuity or to retain state, such as during a Bootloader jump. For various reasons, during a reset … Read more

Analysis of USMC IAR Light Machine Gun Project

Analysis of USMC IAR Light Machine Gun Project

An authoritative military publication specializing in light weapons! [D Boy Column] Full Tracking of the USMC IAR Light Machine Gun Project (Part 1) Starting from Firepower Composition Link to the previous article ↑↑↑ Selection Process of IAR Light Machine Gun (Continued) The second phase of the IAR project: Bidding Based on the verification results of … Read more

Methods to Preserve Variables in Keil, IAR, and CubeIDE

Methods to Preserve Variables in Keil, IAR, and CubeIDE

1 Introduction Sometimes, our applications require variables to maintain continuity or to preserve the state, for example, during Bootloader jumps or resets where certain critical variables should not be initialized. Different compilation environments have different settings. This article summarizes this operation and introduces the methods used in Keil, IAR, and CubeIDE. The chip used in … Read more

Creating IAR Project for KEA128 Chip

Creating IAR Project for KEA128 Chip

Teacher Zhu, this tutorial is based on notes I整理ed from a recent competition. I remember that there was very little information online about the KEA128 application in smart car competitions. I have graduated but couldn’t bear to delete these materials. If you think this article might be useful for everyone (especially those just starting with … Read more

How to Configure CRC Parameters in IAR

How to Configure CRC Parameters in IAR

Introduction All STM32 series products come with a CRC peripheral that provides hardware support for CRC calculations, saving code space for applications. The CRC checksum can be used to verify the correctness of data during transmission and can also be used for integrity checks during data storage. In IEC60335, CRC checks are accepted for verifying … Read more

How to Install IAR Embedded Workbench for ARM 8.32.1

How to Install IAR Embedded Workbench for ARM 8.32.1

IAR for ARM is a top-tier integrated development environment, fully known as “IAR Embedded Workbench for ARM”. It is developed by the world-renowned Swedish company IAR Systems, which specializes in embedded systems development tools and services. Founded in 1983 and headquartered in Uppsala, Sweden, the company went public on NASDAQ OMX Stockholm on January 4, … Read more