![]() |
Infineon MOTIX™ MCU TLE988x/9x 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 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.
9. In the RTE folder look for the Device subfolder.
10. In the Device folder, the former 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.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. Select the correct linker file in the Options for Target dialog --> Linker tab --> Scatter File. It should be the scatter file located in \RTE\Device\devicename, e.g. .\RTE\Device\TLE9893_2QKW62S\tle9883_93.sct.
16. Compile the project for the new target device.