Infineon MOTIX™ MCU TLE988x/9x Device Family SDK
Changing the target device of a project

This tutorial gives a step-by-step guidance on how to change the target device of a project.

Changing the target device of a project

1. Open the Options for Target... dialog window.

2. Navigate to the Device tab.
3. This is the currently used target device for this project.

4. Select the desired new target device, here TLE9893_2QTW62S.
5. Click on OK to close the dialog window.

6. Right click on the main.c file tab.

7. Select Open Containing Folder, this will bring up the file explorer where the file main.c is located.

8. Look for the RTE folder.

Note
Depending on the folder structure of the project, it might be necessary to move up folders.

9. In the RTE folder look for the Device subfolder.

10. In the Device folder, the old target device folder can be found, here TLE9893_2QKW62S.
11. Furthermore the new target device folder can be found, here TLE9893_2QTW62S.

12. Enter the folder of the former target device, here TLE9893_2QKW62S and search for the config.icwp file, the Infineon Config Wizard Project file.
Copy this file and paste it to the new target device folder, here TLE9893_2QTW62S (one level up), overwriting the existing config.icwp file.

13. From the [Tools] menu select ConfigWizard v2.6.x to start up the Config Wizard 2.

Note
In case Config Wizard 2.6.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.

14. Save the changes to the config.icwp file and generate all header files again.

15. Compile the project for the new target device.

SDK Usage Hints