![]() |
Infineon MOTIX™ MCU TLE985x Device Family SDK
|
This tutorial gives a step-by-step guidance on how to change 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.
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
14. Save the changes to the config.icwp file and generate all header files again.
15. Compile the project for the new target device.