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 have a MCS51 project which is compiled in small memory model, now I want to add a module to the project, the source files of the module comes from other non-C51 project, so I want to compile these source files with C51 in small memory model, but want to allocate all the global variables in this module to the XDATA ram. I don't want to modify each variable to XDATA one by one, so is there any simple way to implement this requirment?
Your kind support is highly appreciated!
Thanks & Regards aolin
well, it doesn't help that you've rudely butted-in on someone else's thread, and your questions are entirely unrelated to the topic of the thread!
So anyone looking at the list of topics won't realise that you have added unrelated questions in this thread!
Your questions also don't seem to have anything to do with Keil software tools - so they are Off-Topic for this forum - see: http://www.keil.com/forum/
What research of your own have you done so far?