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/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_MeshLightingDemo/EWARM/stm32wb55xx_flash_cm4.icf')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_MeshLightingDemo/EWARM/stm32wb55xx_flash_cm4.icf22
1 files changed, 3 insertions, 19 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_MeshLightingDemo/EWARM/stm32wb55xx_flash_cm4.icf b/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_MeshLightingDemo/EWARM/stm32wb55xx_flash_cm4.icf
index e06ae25d2..8c55c2b77 100644
--- a/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_MeshLightingDemo/EWARM/stm32wb55xx_flash_cm4.icf
+++ b/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_MeshLightingDemo/EWARM/stm32wb55xx_flash_cm4.icf
@@ -17,12 +17,8 @@ define symbol __ICFEDIT_size_heap__ = 0x400;
define symbol __ICFEDIT_region_RAM_SHARED_start__ = 0x20030000;
define symbol __ICFEDIT_region_RAM_SHARED_end__ = 0x200327FF;
-define symbol __PROGRAM_END__ = __ICFEDIT_region_ROM_end__ - 0x2000;
-define symbol __CONFIGURATION_START__ = __PROGRAM_END__ + 1;
-
define memory mem with size = 4G;
-
-define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __PROGRAM_END__];
+define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__];
define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__];
define region RAM_SHARED_region = mem:[from __ICFEDIT_region_RAM_SHARED_start__ to __ICFEDIT_region_RAM_SHARED_end__];
@@ -30,27 +26,15 @@ define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { };
define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
/* MB_MEM1 and MB_MEM2 are sections reserved to mailbox communication. It is placed in the shared memory */
-initialize by copy { readwrite, section .ops };
+initialize by copy { readwrite };
do not initialize { section .noinit,
section MAPPING_TABLE,
section MB_MEM1 };
-initialize manually { section .wow };
place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
place in ROM_region { readonly };
-define block WOW with fixed order
-{
- section wow_start_mark,
- section .wow,
- section wow_end_mark
-};
-place in RAM_region { readwrite, block WOW,
- block CSTACK, block HEAP };
-place at address mem:__CONFIGURATION_START__ { readonly section .appconfig };
-define symbol _bdaddr = __CONFIGURATION_START__;
-export symbol _bdaddr;
-
+place in RAM_region { readwrite,block CSTACK, block HEAP };
place in RAM_SHARED_region { first section MAPPING_TABLE};
place in RAM_SHARED_region { section MB_MEM1};
place in RAM_SHARED_region { section MB_MEM2};