Task #6148
closed
- Status changed from New to Resolved
For a memory region, there is possibility to set the mode in the form "rwxrwx"
, where the first "rwx"
is the mode for this CPU (core) and the second "rwx"
is the mode for other CPUs (cores). Examples:
"------"
- the region is disabled (no-touch zone).
"--x--x"
- the region's content can be executed.
"rw-r--"
- the CPU can read from and write to the region; other are not allowed to write into it.
"rw-rw-"
- all CPUs can read from and write to the region (shared access).
Note: modes are not taken into account.
- Status changed from Resolved to Closed
- Published in build set to 2.2.9
Also available in: Atom
PDF