summary refs log tree commit diff
path: root/F2024/coe718/labs/lab2/Objects/bitband.sct
diff options
context:
space:
mode:
Diffstat (limited to 'F2024/coe718/labs/lab2/Objects/bitband.sct')
-rwxr-xr-xF2024/coe718/labs/lab2/Objects/bitband.sct16
1 files changed, 16 insertions, 0 deletions
diff --git a/F2024/coe718/labs/lab2/Objects/bitband.sct b/F2024/coe718/labs/lab2/Objects/bitband.sct
new file mode 100755
index 0000000..fa7bf97
--- /dev/null
+++ b/F2024/coe718/labs/lab2/Objects/bitband.sct
@@ -0,0 +1,16 @@
+; *************************************************************

+; *** Scatter-Loading Description File generated by uVision ***

+; *************************************************************

+

+LR_IROM1 0x00000000 0x00080000  {    ; load region size_region

+  ER_IROM1 0x00000000 0x00080000  {  ; load address = execution address

+   *.o (RESET, +First)

+   *(InRoot$$Sections)

+   .ANY (+RO)

+   .ANY (+XO)

+  }

+  RW_IRAM1 0x10000000 0x00008000  {  ; RW data

+   .ANY (+RW +ZI)

+  }

+}

+