Hi, I need to specify absolute location(in code memory) for more than one array, I was successful in implementing for one array as mentioned in Cx51 compilers guide(using BL51 Locate). What are the steps involed in specifing the absolute location(in code Memory) for more than one array and the procedure to access the content of the specified location. I would be glad to get advices.
"Uninitialized arrays in code memory don't make much sense" But then neither does using CWORD when you've got a proper 'C' symbolic name... Anyhow, the data might've been loaded by some other means than 'C' source initialisation...