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.
1 parent 021798b commit 081c6f0Copy full SHA for 081c6f0
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