From a10b7d3a17c3b23588eef3b5da6a8fa4ff226b5e Mon Sep 17 00:00:00 2001 From: Brad Campbell Date: Wed, 10 Jul 2024 14:31:01 -0400 Subject: [PATCH] Update doc/reference/trd-non-xip.md Co-authored-by: Amit Levy --- doc/reference/trd-non-xip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/trd-non-xip.md b/doc/reference/trd-non-xip.md index 6d7a75e71e..cd4737a110 100644 --- a/doc/reference/trd-non-xip.md +++ b/doc/reference/trd-non-xip.md @@ -75,7 +75,7 @@ Non-limitations: program code into RAM is acceptable. - Execution time has relaxed deadlines, and additional execution time from having to load program code into RAM is acceptable. - +- Loading code into RAM allows more predictable layout of code and data and/or rewriting some instructions during load time, potentially enabling simpler relocation and shared libraries.