From 18ee62d2bfba02df31d5a5a38b4a51331c2dbfba Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Mon, 27 Oct 2025 23:01:48 +0000 Subject: [PATCH] fix #39 --- faq.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/faq.md b/faq.md index a36a499..3833ab6 100644 --- a/faq.md +++ b/faq.md @@ -242,10 +242,11 @@ section size addr Total 555960 ``` -Of the standard sections, `.vector_table`, `.text`, `.rodata` will occupy Flash / -ROM; `.bss` and `.data` will occupy RAM; `.debug_*`, `.ARM.attributes` and -`.comments` can be ignored as they won't be loaded into the target device -memory. For the other sections you'll have to check your dependencies' docs. +Of the standard sections, `.vector_table`, `.text`, `.rodata` and `.data` will +occupy Flash / ROM; `.bss` and `.data` will occupy RAM; `.debug_*`, +`.ARM.attributes` and `.comments` can be ignored as they won't be loaded into +the target device memory. For the other sections you'll have to check your +dependencies' docs. In this example the uploaded software will occupy `2008` bytes of Flash.