Modifications

Sauter à la navigation Sauter à la recherche
Ligne 123 : Ligne 123 :     
== Pensez globalement. Allouez localement ==  
 
== Pensez globalement. Allouez localement ==  
Let's have another look at how SRAM is used (and abused):
+
Revenon sur notre diagramme d'utilisation (et d'abus) de la SRAM:
    
{{ADFImage|Arduino-Memoire-41.jpg|480px}}
 
{{ADFImage|Arduino-Memoire-41.jpg|480px}}
Ligne 130 : Ligne 130 :  
=== Variables Globales et Statiques ===
 
=== Variables Globales et Statiques ===
   −
Global and Static variables are the first things loaded into SRAM. They push the start of the heap upward toward the stack '''and they will occupy this space for all eternity'''.
+
Les variables globales et statiques sont les premières variables à être chargées en SRAM. Elle repousse le début de la ''heap'' (le tas) vers They push the start of the heap upward toward the stack '''and they will occupy this space for all eternity'''.
    
=== Dynamic Allocations ===
 
=== Dynamic Allocations ===
29 918

modifications

Menu de navigation