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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/24/06 15:40
Read: times


 
#114900 - Make sure it's the RIGHT manual!
Responding to: ???'s previous message
Jistars Tm said:
Hello, i'm learning to program C for microcontroler. Could you tell me how to access RAM area in 8052?(for example : declare an array variable, store in RAM, access and value it).

Standard 'C' knows nothing about the 8051 - or any other specific processor, for that matter.

Therefore, anything that's specific to any target (eg, an 8051) will have to be implementation defined - that is, you will have to look it up in the Manual for the specific compiler you are using.

As you didn't state what compiler you're using, any further advice would be guesswork!

It's so helful if you can give some c code.

I find it extremely hard to believe that your compiler didn't come with any sort of tutorials or examples at all...

List of 16 messages in thread
TopicAuthorDate
How to access RAM in 8052 ??? Help!            01/01/70 00:00      
   RTFM            01/01/70 00:00      
   Make sure it's the RIGHT manual!            01/01/70 00:00      
      I'm using Keil !!!            01/01/70 00:00      
         did you even look?            01/01/70 00:00      
            Step 1            01/01/70 00:00      
         Examples coming out of your ears!            01/01/70 00:00      
            won't do him much good            01/01/70 00:00      
               Thank you !!!            01/01/70 00:00      
                  Do your friend a favour            01/01/70 00:00      
         Really??            01/01/70 00:00      
   Getting Started            01/01/70 00:00      
      Thank you !!!            01/01/70 00:00      
   Looks like homework ...            01/01/70 00:00      
      you can't            01/01/70 00:00      
         Haha            01/01/70 00:00      

Back to Subject List