Infineon MOTIX™ MCU TLE985x 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 TLE9853QX.
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 former target device folder can be found, here TLE9855QX.
11. Furthermore the new target device folder can be found, here TLE9853QX.

12. Enter the folder of the former target device, here TLE9855QX 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 TLE9853QX (one level up), overwrite the existing config.icwp file.

13. 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 seems not to be installed.
in order to get the Config Wizard 2, get the Infineon Toolbox download, 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