3.1.5. Memory access attributes
Use the following to specify memory access attributes of the target memory system:
‑‑memaccess attributes
The default is to enable aligned loads and saves of bytes, halfwords and words. attributes modify the default. They can be any one of the following:
+L41Enable unaligned LDRs.
‑L22Do not enable halfword loads.
‑S22Do not enable halfword stores.
‑L22‑S22Do not enable halfword loads and stores.
Note
The ‑‑memaccess option is deprecated and will be removed in a future release.