- This topic has 2 replies, 3 voices, and was last updated 9 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › combining 2 8051 microcontoller c programs into one
Hi,
I have 2 seperate keil c programs for 2 separate application for 89S52. I want to combine the 2 programs to make one .hex file both the programs have while loop. need you help on how to combine it.
note- the i/o ports in both programs are different so no ovelapping.
Hi,Combinibg two programs for some times it may be very easy task just copying one while loop syntaxes to other one. if there is no overlapping, you can just copy the syntaxes which are used for initialisation from one program to another and while contents to the while loop. Important thing you have to consider is to choose which program to be main.
which two different programs u want to combine?
why do u want to run two saparate applications simulteneously on same controller?
it is not advicible