aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf-rtos-trace/memory.x
diff options
context:
space:
mode:
authorQuentin Smith <[email protected]>2022-08-18 01:38:58 -0400
committerQuentin Smith <[email protected]>2022-08-18 01:38:58 -0400
commit2edf532f8d8ce048137990bf74b07759428ed7c1 (patch)
tree116b1401bb040c3f60fcd2e9c6e591e05f7272b0 /examples/nrf-rtos-trace/memory.x
parent7dfe119fe0c7b99d7a6d73af6ac3fc6f7cef9d12 (diff)
Move rtos-trace example to a separate project to simplify Cargo.toml
Diffstat (limited to 'examples/nrf-rtos-trace/memory.x')
-rw-r--r--examples/nrf-rtos-trace/memory.x7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/nrf-rtos-trace/memory.x b/examples/nrf-rtos-trace/memory.x
new file mode 100644
index 000000000..9b04edec0
--- /dev/null
+++ b/examples/nrf-rtos-trace/memory.x
@@ -0,0 +1,7 @@
1MEMORY
2{
3 /* NOTE 1 K = 1 KiBi = 1024 bytes */
4 /* These values correspond to the NRF52840 with Softdevices S140 7.0.1 */
5 FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
6 RAM : ORIGIN = 0x20000000, LENGTH = 256K
7}