We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 021798b + 081c6f0 commit 2863781Copy full SHA for 2863781
faq.md
@@ -245,7 +245,8 @@ Total 555960
245
Of the standard sections, `.vector_table`, `.text`, `.rodata` and `.data` will
246
occupy Flash / ROM; `.bss` and `.data` will occupy RAM; `.debug_*`,
247
`.ARM.attributes` and `.comments` can be ignored as they won't be loaded into
248
-the target device memory. For the other sections you'll have to check your
+the target device memory. (`.data` is initially placed in
249
+Flash / ROM, but copied to RAM during startup to make it writable.) For the other sections you'll have to check your
250
dependencies' docs.
251
252
In this example the uploaded software will occupy `2008` bytes of Flash.
0 commit comments