This page provides detailed information about using the EVAL-ADICUP360 board with other IDEs than Eclipse, such as IAR Embedded Workbench and Keil µVision. You can find here how to import, build and debug existing IAR/Keil project and how to create your own projects for ADuCM360.
This page will outline:
You can find the already created IAR and Keil projects on the EVAL-ADICUP360 Git repository, together with Eclipse project. Further it will be used as example the ADuCM360_demo_blink projects. Please use the link below to download the package:
Inside of the ADuCM360_demo_blink folder find ADuCM360_demo_blink.eww for IAR and ADuCM360_demo_blink.uvprojx for Keil.
Open ADuCM360_demo_blink.eww project and press Make button:
Connect EVAL-ADICUP360 via DEBUG USB and press Download and Debug button:
A Debug session will open. You can run the program or can debug step by step:
Open ADuCM360_demo_blink.uvprojx project and press Build button:
Connect EVAL-ADICUP360 via DEBUG USB and press Download button:
A Debug session will open. You can run the program or can debug step by step:
Both IDEs offer support for ADuCM360 microcontroller which make it very easy to use them with EVAL-ADICUP360 board. In this chapter will be presented basic setup how to create a new ADuCM360 project. The build, download and debug steps were already explained above.
Open IAR Embedded Workbench, go to Project tab and select Create New Project → select an Empty project as Project Template → press OK and save the project on your drive:
Select project in left window → Project and select Add Group - to create project folders and for each folder create new files (File → New → File) or you can add files (Project → Add files):
Select project in the left window → Project → Options:
Open Keil µVision, go to Project tab and select New µVision Project → give a name → select in the Device window → ADuCM360 → press OK:
In the pop-up window check under CMSIS → CORE and under Device → Startup:
Select Target 1 → go to Manage Project Items button and add your project folders and necessary files:
Select Target 1 → go to Options button → Debug tab → select CMSIS-DAP Debugger: