Dear Madam or Sir,
we are using different controllers (e.g STM32F101x and STM32F2xx). The Keil IDE supports the programmer by using "multiple targets". For different targets I can choose different controllers, but how can I add files to a specific target without mapping it to the other target. Especially the controller-specific files should be added only to one target (e.g Startup and Header files).
Does anybody has a solution for that problem?
Thank you for your reply.
I found the option to remove/add a file from a traget: In "Project Window" right-click on the file and run "Options for file...". Then check or uncheck the option "Include in target build"
That's it!