TLE986x Device Family SDK
Migrating a project from Config Wizard 1 to Config Wizard 2

This tutorial gives a step-by-step guidance on how a Config Wizard 1 project can be migrated to Config Wizard 2.
This tutorial is based on projects created with this SDK, see Creating a project from scratch using the Config Wizard 1.
To learn how to migrate projects made with an older SDK version, please see Migrating a project from SDK V1.3.2 or earlier.

Note
If one of motor control examples must be migrated from Config Wizard 1 to Config Wizard 2 some minor hand work has to be done.
The motor control specific Config Wizard XMLs have to be updated manually. For each file, right click on its name and select 'Save..as':
- For the BC-BEMF examples: BEMF_Motorcontrol.xml
- For the BC-HALL examples: BC_Motorcontrol.xml
- For the FOC examples: FOC_Motorcontrol.xml

Migrate from Config Wizard 1 to Config Wizard 2

1. Open the Manage Run-Time Environment dialog window.

2. Select the option ConfigWizard_v2.

Note
The red color indicates a selection conflict, Config Wizard 1 and Config Wizard 2 must not be selected at the same time.

3. Uncheck ConfigWizard, the red marking disappears.
4. Click on OK to close the dialog window.

5. The red cross next to the ICW_TLE986x.xml file indicates an update with a major version number increase.

6. Update the ICW_TLE986x.xml file to the suggested version, namely to the ICW_TLE986x.xml file used for Config Wizard 2.

Note
The old ICW_TLE986x.xml file for Config Wizard 1 will be backed up in the file ICW_TLE986x.xml.0000 in the same folder.

7. From the [Tools] menu select Config Wizard 2.x.x to start up the Config Wizard 2.

Note
In case Config Wizard 2.x.x does not show up in the [Tools] menu, the Config Wizard 2 may not be installed.
Download the Infineon Toolbox, install Config Wizard 2 from there and restart Keil µVision5.

8. Save the config.icwp file and generate all header files again.

SDK Usage Hints