Using DAVE 4 APP project with IAR EWARM

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
I'm using an XMC1404-0200 with DAVE 4 and several DAVE APPs. I need to use IAR instead of gcc as the build tools.
Is it best to use IAR to import the config.xml file and just develop and test in the IAR EW or should I change the build tools in Eclipse to the IAR compiler, assembler and linker and continue to develop and test in Eclipse?
0 Likes
1 Reply
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Hi,

You can follow the steps in the Tooling - Import DAVE version 4 Generated Library Sources into IAR Embedded Workbench for ARM document.

Basically the steps are:
1) Create a CE project in DAVE4 and generate the library code based on the
selected and configured DAVE Apps
2) Open "IAR Information Center for ARM", go to Example Project->Infineon->...>DAVE4 template project.
3) Open project and save the project under any directory.
4) In IAR Embedded Workbench IDE, do following settings:
a. Tools->Options->Project->Enable project connections
b. Project->Add Project Connection->Infineon DAVE->OK
c. select ..\Dave\Generated\Config.xml->OK
5) Build and download the program

Regards,
Jesus
0 Likes