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.
Hello All,
I am making 2 applications [ separate apps having separate main functions ] on 8051 controller . So, i need to jump from APP1 to APP2 depending upon the execution. I am using the KEIL V7.10 Compiler. I am having trouble jumping from one app to other. It jumps from one app, but do not know where does it jump to.. :( I am using 2 banking mode also on controller to access 128KB memory on chip flash.
Please help me out here,,,, i am stuck at one state for a longggg longgg time!!
main() { if (x) main1(); else main2(); }