You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/memap.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Total Flash memory (text + data + misc): 66014 bytes
69
69
Find here extended description on the multiple memory sections shown in the previous table.
70
70
71
71
- text: is where the code application and constants are located in Flash
72
-
- data: non-zero initialized variables; allocated in both RAM and Flash memory (RAM memory is initialized at run time from Flash)
72
+
- data: non-zero initialized variables; allocated in both RAM and Flash memory (variables are initialized in RAM at run time from Flash)
73
73
- bss: uninitialized data allocated in RAM, or variables initialized to zero
74
74
- heap: dynamic allocated memory defined at build time, usually used by malloc, etc, in RAM
75
75
- stack: used to store local data, temporary data when branching to a subroutine and context switch info; it's considered dynamic allocated memory region in RAM defined at build time
0 commit comments