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/NUCLEO-WB15CC/Applications/BLE/BLE_p2pServer_ota/MDK-ARM/stm32wb15xx_flash_cm4.sct')
-rw-r--r--Projects/NUCLEO-WB15CC/Applications/BLE/BLE_p2pServer_ota/MDK-ARM/stm32wb15xx_flash_cm4.sct28
1 files changed, 15 insertions, 13 deletions
diff --git a/Projects/NUCLEO-WB15CC/Applications/BLE/BLE_p2pServer_ota/MDK-ARM/stm32wb15xx_flash_cm4.sct b/Projects/NUCLEO-WB15CC/Applications/BLE/BLE_p2pServer_ota/MDK-ARM/stm32wb15xx_flash_cm4.sct
index cac6c00bd..60ea7fdde 100644
--- a/Projects/NUCLEO-WB15CC/Applications/BLE/BLE_p2pServer_ota/MDK-ARM/stm32wb15xx_flash_cm4.sct
+++ b/Projects/NUCLEO-WB15CC/Applications/BLE/BLE_p2pServer_ota/MDK-ARM/stm32wb15xx_flash_cm4.sct
@@ -14,21 +14,23 @@ LR_IROM2 0x08007140 0x4{ ; load region size_region
}
}
-LR_IROM3 0x08007144 0x146BC{
- ER_IROM1_HIGH 0x08007144 0x146BC { ; load address = execution address
- *(InRoot$$Sections)
- .ANY (+RO)
- *.o (TAG_OTA_END)
+LR_IROM3 0x08007144 0x116BC{
+ ER_IROM1_HIGH 0x08007144 0x116BC { ; load address = execution address
+ *(InRoot$$Sections)
+ .ANY (+RO)
+ *.o (TAG_OTA_END)
}
-
+
RW_IRAM1 0x20000008 0x2FF8 { ; RW data
- .ANY (+RW +ZI)
+ ANY (+RW +ZI)
}
-
- RW_RAM2aRet_SHARED 0x20030000 0x2800 { ; RW data
+
+ RW_RAM_SHARED1 0x20030000 0x28 { ; RW data
*(MAPPING_TABLE)
- *(MB_MEM1)
- *(MB_MEM2)
- }
+ }
+ RW_RAM_SHARED2 0x20030028 0x27D8 { ; RW data
+ *(MB_MEM1)
+ *(MB_MEM2)
+ .ANY (+RW +ZI)
+ }
}
- \ No newline at end of file