You can adjust the compiler optimization levels (none, low, medium, high) in the project options to balance between code size and execution speed.
Start by creating a new workspace via File > New Workspace .
Known for high-performance optimization, it generates compact and fast execution code, which is critical for memory-constrained embedded systems. iar-embedded-workbench-for-arm-8-32-1
You can check your final footprint by reviewing the map file generated after a successful build, which details the memory usage of code and data segments.
If you are looking to test the environment before committing to a license, you can explore IAR's free trials which typically offer a 14-day full-featured evaluation. You can adjust the compiler optimization levels (none,
The workbench is more than just a code editor; it is a full suite of development tools:
IAR Embedded Workbench for Arm version 8.32.1 is a specialized release of a widely used integrated development environment (IDE) and compiler toolchain designed for Arm-based microcontrollers. This specific version is often sought after for its stability and compatibility with older legacy projects or specific hardware abstraction layers (HAL) that may not yet support the latest 9.x releases. Key Components You can check your final footprint by reviewing
Support for thousands of Arm Cortex-M, Cortex-R, and Cortex-A devices from various manufacturers.