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 hava a need to fix one C file's local variables to some settled address in DATA area, how to do it, thanks very much.
I write the task.c in assemble code to resolve this problem, and now the local variable is just a address tag, like this:
Local_Var1 DATA 20H ...
so the keil will not do the overlay analyse. Thanks all.