IDE Install


STEP 1. Download

URL : Link

IDE : IAR Embedded Workbench for ARM 8.5

Install Option : Default

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/5ead3640-19ed-4f01-bad5-2279b65e6fcf/Untitled.png

STEP 2. Register License

Select Evaluation Option, and Click Register.

If you register for Evaluation, you will receive License Number from E-mail.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/160b6c5e-3385-48ec-9ee9-766ebe0c4706/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/52e2189d-5765-4ff2-9ff9-40868de69bac/Untitled.png

STEP 3. Environment Variable Setting

# Default INSTALL PATH: C:\\Program Files (x86)\\IAR Systems\\Embedded Workbench 8.4
SET PATH=%PATH%;%INSTALL PATH%\\arm\\bin
SET PATH=%PATH%;%INSTALL PATH%\\common\\bin

Create Example IAR Project


STEP 1. Import

1.  [Help] - [Information Center]

  1. [Help] - [Information Center]

2. [Example Projects] - [ST]

  1. [Example Projects] - [ST]

3. [STM324XX]

  1. [STM324XX]

4. [IAR-STM32F407ZG-SK]

  1. [IAR-STM32F407ZG-SK]
# Select Example Project
Tab [Help] - [Information Center]
[Example Projects] - [ST] - [STM32F4xx] - [IAR-STM32F407ZG-SK] - [Accelerometer]