Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/11/05 19:45
Read: times


 
#84784 - Locating a String in ROM
Sorry to post this question again, but my other question was closed.
I need to locate a string in ROM of the LPC932, w/out using the write function, be able to read it. For instance

unsigned char code mid [] = "Box";
Is there anyway I can place this in ROM. I need to do this cause I need to safe some space in RAM. I tried with the _at_ command, but it did not work.
This is what I tried to do:

idata char text [] "box" _at_ 0x30;

Thanks

List of 9 messages in thread
TopicAuthorDate
Locating a String in ROM            01/01/70 00:00      
   you did            01/01/70 00:00      
   Hmm            01/01/70 00:00      
      manual!            01/01/70 00:00      
         Assigning adresses            01/01/70 00:00      
            Not what I meant!            01/01/70 00:00      
   OK!            01/01/70 00:00      
      Strings in ROM            01/01/70 00:00      
         const            01/01/70 00:00      

Back to Subject List