DAvE


DAvE is a free tool by Infineon, which helps you to work with Infineons' range of 8-, 16- and 32-Bit microcontrollers. It offering intelligent wizards, that help you configure the chip to work the way you need it and automatically generate C-level templates with appropriate driver functions for all of the on-chip peripherals and interrupt controls.




DAvE is a free tool. For more information, please visit www.infineon.com/dave

If you add or enable a A/D converter in DAvE for example, DAvE will generate C sources to initialize this component, and insert a call in the source which contains the function main(). You can add the DAvE generated sources to your µVision project. The file which includes main() must replace the standard WST_RXF_Main.c and you must merge some calls into your new 'DAvE' main source.

If you want to create a new DAvE project from scratch, you must:

Different 'Main' Source

Because you are using a <your product>MainDAVE.c you must no longer deploy the file WST_RXF_Main.c so you must instruct the Deployer to skip this file. There are two ways to do this:
  1. the Deployer uses two exception lists - one for in case you are using RXF libraries and one for in case you are compiling the RXF files with your application.
    Please add WST_RXF_Main.c to
  2. use the IDE project specific exception list WSTDeployerExcludedFiles.txt to specify all files which should not be deployed.




Copyright (c) Willert Software Tools GmbH. All rights reserved.