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.
I want to split my program in two and locate at differenct addreses. main program may be located at 0x1000. and only one function called by main shall be located at say 0x8000. how to create that function and compile using CA51 and load it into the Cygnal F124. this is required because we frequenctly change these function not all the main program. i shall be able compile the single function and load it into the code memory at 0x8000.
I want to provide a facility to my end user so that they change the program as per their requirement. all the main kernel will have to do is to call the "userapp()". i want to know how create only the userapp() function and load it in memory. Thanks for your reply. Haribabu