Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/STM32WB5MM-DK/Applications/TouchSensing/TouchSensing_1touchkey/MDK-ARM/stm32wb5mxx_flash_cm4.sct')
-rw-r--r--Projects/STM32WB5MM-DK/Applications/TouchSensing/TouchSensing_1touchkey/MDK-ARM/stm32wb5mxx_flash_cm4.sct21
1 files changed, 21 insertions, 0 deletions
diff --git a/Projects/STM32WB5MM-DK/Applications/TouchSensing/TouchSensing_1touchkey/MDK-ARM/stm32wb5mxx_flash_cm4.sct b/Projects/STM32WB5MM-DK/Applications/TouchSensing/TouchSensing_1touchkey/MDK-ARM/stm32wb5mxx_flash_cm4.sct
new file mode 100644
index 000000000..9d4d446ba
--- /dev/null
+++ b/Projects/STM32WB5MM-DK/Applications/TouchSensing/TouchSensing_1touchkey/MDK-ARM/stm32wb5mxx_flash_cm4.sct
@@ -0,0 +1,21 @@
+; *************************************************************
+; *** Scatter-Loading Description File generated by uVision ***
+; *************************************************************
+
+LR_IROM1 0x08000000 0x00080000 { ; load region size_region
+ ER_IROM1 0x08000000 0x00080000 { ; load address = execution address
+ *.o (RESET, +First)
+ *(InRoot$$Sections)
+ .ANY (+RO)
+ }
+ RW_IRAM1 0x20000008 0x2FFF8 { ; RW data
+ .ANY (+RW +ZI)
+ }
+ RW_RAM_SHARED 0x20030000 0x2800 { ; RW data
+ *(MAPPING_TABLE)
+ *(MB_MEM1)
+ *(MB_MEM2)
+ }
+ }
+
+