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

Back to Subject List

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


 
#169430 - RE: RAM is NOT cleared on reset.
Responding to: ???'s previous message
That is to say, there is nothing in the hardware that clears the RAM on reset.

If you're coding in assembler, you should know whether you have coded anything that would overwrite RAM at reset.

If you're writing in 'C', it is most likely that the standard startup code will clear RAM at reset, unless you take specific steps to prevent that - see the specific tool documentation for details.

List of 22 messages in thread
TopicAuthorDate
A few questions about internal RAM            01/01/70 00:00      
   questions            01/01/70 00:00      
      through everything            01/01/70 00:00      
   oops            01/01/70 00:00      
      maybe            01/01/70 00:00      
         I'm writing in asm            01/01/70 00:00      
            EEPROM            01/01/70 00:00      
            then RAM is NOT cleared on reset            01/01/70 00:00      
               RE: RAM is NOT cleared on reset.            01/01/70 00:00      
                  nothing in the code            01/01/70 00:00      
                     RAM indeterminate after a hardware reset            01/01/70 00:00      
                        Great            01/01/70 00:00      
                           Good checksumming            01/01/70 00:00      
                              Please pardon my ignorance            01/01/70 00:00      
                                 Knowing if initial contents is initialized or not.            01/01/70 00:00      
                              Battery-backed microcontroller            01/01/70 00:00      
            Just use an 8051 with eeprom            01/01/70 00:00      
               Thanks            01/01/70 00:00      
                  alternatives            01/01/70 00:00      
                     Not just "alternative" - but "superior"!            01/01/70 00:00      
                        Great suggestions            01/01/70 00:00      
                           that depends            01/01/70 00:00      

Back to Subject List