From 05b14328144b217286906aa64c78e57a5837e607 Mon Sep 17 00:00:00 2001 From: iampi31415 <202419735+iampi31415@users.noreply.github.com> Date: Sun, 26 Oct 2025 20:24:54 +0000 Subject: [PATCH] typo: 'vector_table' should start with a period '.' --- faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.md b/faq.md index 6464bab..a36a499 100644 --- a/faq.md +++ b/faq.md @@ -242,7 +242,7 @@ section size addr Total 555960 ``` -Of the standard sections, `vector_table`, `.text`, `.rodata` will occupy Flash / +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.