-
1Step 1
Install the IAR Embedded workbench, free trials are enough but that choice is up to you (https://www.iar.com/iar-embedded-workbench/#!?currentTab=free-trials)
-
2Step 2
Clone the repo from the github link at any location of your choice
E.g ( %USER% /Documents/IAR Embedded Workbench/Arduino_STM32) -
3Step 3
Open the the IAR embedded Workbench IDE and go to File->Open->Workspace , Now browse to the directory where you saved the repository that contains the following folders [ Arduino_STM32, Libraries ,Utilities ]
-
4Step 4
From there Click on the Arduino_STM32 folder and select the file Arduino_STM32.eww
*.eww (prononunced as eww (ˈɪəuː) !!!! ) files are the workspace files for IAR EW but they make a lot of things very easy since they carry a ton of configuration -
5Step 5
The IDE will load the project for you and the left pane will have a 'User' group (the folder like icon)
-
6Step 6
here the 'main.cpp' is the primary example code that tests almost all modules under development
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.