問題タブ [non-volatile]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
847 参照

memory - ATmega32 SRAM と EEPROM の違い

したがって、私が読んだことから、SRAMは揮発性であり、EEPROMは不揮発性です。SRAM が揮発性である場合、*ptr を使用すると、なぜ値 (ランダムでガベージであるが、それでも値) を取得することがありますか。

たとえば、ptr=&x の場合、*ptr で値が得られる場合があります。揮発性で、電源を切るたびにSRAMが消去されるので、NULLを取得する必要はありませんか?