diff --git a/main/er_use.html b/main/er_use.html index 5d339aa..0211266 100644 --- a/main/er_use.html +++ b/main/er_use.html @@ -191,8 +191,8 @@

Arm Compiler

For the Arm Compiler toolchain add the following code snippet to the linker script (.sct file), in the part specifying RAM sections (usually before Heap section):

RW_NOINIT <start_address> UNINIT 0x800 {
-
*(.noinit)
-
*(.noinit.*)
+
*(.bss.noinit)
+
*(.bss.noinit.*)
}

Notes