![]() |
Infineon MOTIX™ MCU TLE987x 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 TLE9877QXA40.
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 TLE9879QXA40.
11. Furthermore the new target device folder can be found, here TLE9877QXA40.
12. Enter the folder of the former target device, here TLE9879QXA40 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 TLE9877QXA40 (one level up), overwriting the existing config.icwp file.
13. From the [Tools] menu select Config Wizard to start up the Config Wizard 1.
14. Save the changes to the config.icwp file and generate all header files newly.
15. Compile the project for the new target device.