This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multiple targets in MDK5

Hi,

My current project is created for different versions of the LPC1873 (100 pins , 256 pins). Depending on the application, different IO-configurations / devices are used. Processor pin functionality will overlap between the different applications. The vast majority of the firmware is the same in all the solutions. This is in MDK4.73 implemented with various targets and conditionally compiling.
Because this project is still in the development phase, I would like to go on to MDK5. All RTE components have a checkmark "use for all project targets". However, this has no effect. If I set this checkmark all further settings are still used for all targets .
This also applies to RTE_device.h. Due to limited resources and conflicting functionality between the different versions of my product, it is absolutely essential not to configure devices when they are not used.

Does anyone have an idea in which direction I should look for a solution?

0