File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,12 +242,12 @@ section size addr
242242Total 555960
243243```
244244
245- Of the standard sections, ` .text ` , ` .rodata ` and ` .data ` will occupy Flash /
245+ Of the standard sections, ` vector_table ` , ` .text ` , ` .rodata ` will occupy Flash /
246246ROM; ` .bss ` and ` .data ` will occupy RAM; ` .debug_* ` , ` .ARM.attributes ` and
247247` .comments ` can be ignored as they won't be loaded into the target device
248248memory. For the other sections you'll have to check your dependencies' docs.
249249
250- In this examples the program will occupy ` 2008 ` bytes of Flash.
250+ In this example the uploaded software will occupy ` 2008 ` bytes of Flash.
251251
252252Note that most (all?) runtime crates, like ` cortex-m-rt ` , will check at link
253253time that the program fits in the target device memory. If it doesn't fit you'll
You can’t perform that action at this time.
0 commit comments