diff options
| author | David Zwart <[email protected]> | 2024-04-03 22:33:21 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-03 22:33:21 +0200 |
| commit | 446965a903112a9a09f67213abe46b9836d2bb2f (patch) | |
| tree | 8cb3c95a3503f8b2725ea3dfa2b91311fcca6410 /docs/modules/ROOT | |
| parent | 7aef047defd56c11c852156fec9f579de496af31 (diff) | |
Update faq.adoc
Diffstat (limited to 'docs/modules/ROOT')
| -rw-r--r-- | docs/modules/ROOT/pages/faq.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc index 4e09d9e2d..c6b893de5 100644 --- a/docs/modules/ROOT/pages/faq.adoc +++ b/docs/modules/ROOT/pages/faq.adoc | |||
| @@ -227,7 +227,7 @@ MEMORY | |||
| 227 | _stack_start = ORIGIN(RAM) + LENGTH(RAM); | 227 | _stack_start = ORIGIN(RAM) + LENGTH(RAM); |
| 228 | ``` | 228 | ``` |
| 229 | 229 | ||
| 230 | 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. | ||
| 231 | |||
| 232 | 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. | 230 | 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. |
| 233 | Look for the `MEMORY` section and try to determine the FLASH and RAM sizes and section start. | 231 | Look for the `MEMORY` section and try to determine the FLASH and RAM sizes and section start. |
| 232 | |||
| 233 | 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. | ||
