We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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