Skip to content

Commit 2594c49

Browse files
Marcelo SalazarMarcelo Salazar
Marcelo Salazar
authored and
Marcelo Salazar
committed
Minor tweaks
1 parent f1dd7c5 commit 2594c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/memap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Total Flash memory (text + data + misc): 66014 bytes
6969
Find here extended description on the multiple memory sections shown in the previous table.
7070

7171
- 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)
7373
- bss: uninitialized data allocated in RAM, or variables initialized to zero
7474
- heap: dynamic allocated memory defined at build time, usually used by malloc, etc, in RAM
7575
- 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

Comments
 (0)