aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT
diff options
context:
space:
mode:
authorDavid Zwart <[email protected]>2024-04-03 22:32:28 +0200
committerGitHub <[email protected]>2024-04-03 22:32:28 +0200
commit7aef047defd56c11c852156fec9f579de496af31 (patch)
tree75124fb42534e417675f54435e26d5b27c632e48 /docs/modules/ROOT
parent54be08afe44f1902f042d3228a1df4aa24f56a6c (diff)
Update faq.adoc
github link
Diffstat (limited to 'docs/modules/ROOT')
-rw-r--r--docs/modules/ROOT/pages/faq.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc
index b5d702040..4e09d9e2d 100644
--- a/docs/modules/ROOT/pages/faq.adoc
+++ b/docs/modules/ROOT/pages/faq.adoc
@@ -227,5 +227,7 @@ MEMORY
227_stack_start = ORIGIN(RAM) + LENGTH(RAM); 227_stack_start = ORIGIN(RAM) + LENGTH(RAM);
228``` 228```
229 229
230If you find a case where the memory.x is wrong, please report it on [this Github issue](https://github.com/embassy-rs/stm32-data/issues/301) so other users are not caught by surprise.
231
230Please refer to the STM32 documentation for the specific values suitable for your board and setup. The STM32 Cube examples often contain a linker script `.ld` file. 232Please refer to the STM32 documentation for the specific values suitable for your board and setup. The STM32 Cube examples often contain a linker script `.ld` file.
231Look for the `MEMORY` section and try to determine the FLASH and RAM sizes and section start. 233Look for the `MEMORY` section and try to determine the FLASH and RAM sizes and section start.