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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/27/05 13:25
Read: times


 
#101608 - common problems on C51
Responding to: ???'s previous message
Since C was developed on a non Harvard architecture, alle variables are placed in RAM by default.

And thus on placing strings without a memory specifier, the data RAM was fulfilled rapidly.

So mostly questions about to less RAM are only questions about wrong placement of variables.


And a second trap of disadvantageous RAM using was the extensive usage of global variables, because such variables can not be overlayed by the linker/locator.


Many more hints can be get on the C51-Primer.


Peter



List of 13 messages in thread
TopicAuthorDate
problem with memory management: & lcd.            01/01/70 00:00      
   why not            01/01/70 00:00      
      naturally it is worth !            01/01/70 00:00      
         also            01/01/70 00:00      
         of course it is, however            01/01/70 00:00      
            common problems on C51            01/01/70 00:00      
               Harvard            01/01/70 00:00      
            Re: of course it is, however            01/01/70 00:00      
               Re: Re: of course it is, however            01/01/70 00:00      
   code ist the trick            01/01/70 00:00      
      Memory, memory.            01/01/70 00:00      
         Sorry            01/01/70 00:00      
            External EEPROM            01/01/70 00:00      

Back to Subject List