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

Merge to projects Keil

Hi,

Here is my problem. I have two Keil's projects working perfectly on my hardware. I want to create a project with code to switch from one project to the other.

The project 1 includes a switching code. So I can swicth from application 1 to something else. I want to switch from application 1 to application 2 (created in project 2).

The problem is that there are variables with the same name in each project. So compiler give me many errors that I've tried to fix.

Could it be possible to create an executable or a .lib of my application 2 that could be launched after switching from application 1.

How could I do this ?

Thank for your help