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 b4c6f2d + efc6fb0 commit 30dad9cCopy full SHA for 30dad9c
faq.md
@@ -242,7 +242,7 @@ section size addr
242
Total 555960
243
```
244
245
-Of the standard sections, `vector_table`, `.text`, `.rodata` will occupy Flash /
+Of the standard sections, `.vector_table`, `.text`, `.rodata` will occupy Flash /
246
ROM; `.bss` and `.data` will occupy RAM; `.debug_*`, `.ARM.attributes` and
247
`.comments` can be ignored as they won't be loaded into the target device
248
memory. For the other sections you'll have to check your dependencies' docs.
0 commit comments