This repository contains a project example for the IAR STM32F429II-ACA board which can be opened in the IAR Embedded Workbench for Arm or Visual Studio Code.
- Set
IAR_TOOLCHAIN_PATH
as a Windows' system environment variable:
- Press the "Start Menu", search for "Edit the system environment variables".
- Enter with a new "System environment variable" as described below:
Variable name | Value (Example) |
---|---|
IAR_TOOLCHAIN_PATH |
C:\iar\ewarm-9.60.3 |
- Create a symbolic link named
ewarm
inC:\iar
using an administrative shell (e.g.,cmd.exe
). In the example below, a symbolic link forC:\iar\ewarm-9.60.3
was created:
X:\>C:
C:\xxx>cd \IAR
C:\IAR>mklink /d ewarm ewarm-9.60.3
symbolic link created for ewarm <<===>> ewarm-9.60.3
The EWARM/light-effects-cmake.ewp
project comes pre-configured to use CMake from its default installation path (C:\Program Files\CMake\bin\cmake.exe
). Please reconfigure the project accordingly whenever needed.
- Automatically set to the default installation location.