Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 225752

Forum Post: RE: MSP430F5437A: RAM state after POR

$
0
0
Hello, The __no_init declaration instructs the startup code not to initialize this variable in RAM. Since POR means "Power On Reset", the RAM will still have power applied, so it should maintain its contents. If you're looking to save variables across power cycles where power is lost, then I would recommend using Flash (non-volatile memory) to periodically back up those variables. Required info about __no_init variables IAR C/C++ Compiler User Guide Regards, James

Viewing all articles
Browse latest Browse all 225752

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>