From 7aef047defd56c11c852156fec9f579de496af31 Mon Sep 17 00:00:00 2001 From: David Zwart Date: Wed, 3 Apr 2024 22:32:28 +0200 Subject: [PATCH] Update faq.adoc github link --- docs/modules/ROOT/pages/faq.adoc | 2 ++ 1 file changed, 2 insertions(+) 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 _stack_start = ORIGIN(RAM) + LENGTH(RAM); ``` +If 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. + Please 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. Look for the `MEMORY` section and try to determine the FLASH and RAM sizes and section start.