File tree 3 files changed +8
-2
lines changed
variants/GENERIC_STM32H747_M4
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 42
42
-DFEATURE_BLE=1
43
43
-D__FPU_PRESENT=1
44
44
-D__MBED__=1
45
- -DMBED_BUILD_TIMESTAMP=1700729709.578213
45
+ -DMBED_BUILD_TIMESTAMP=1705659607.113261
46
46
-D__MBED_CMSIS_RTOS_CM
47
47
-DMBED_MPU_CUSTOM
48
48
-DMBED_TICKLESS
Original file line number Diff line number Diff line change 1
1
MEMORY
2
2
{
3
3
FLASH (rx) : ORIGIN = CM4_BINARY_START, LENGTH = 0x100000
4
- RAM (rwx) : ORIGIN = 0x10000000 + (((166 * 4) + 7) & 0xFFFFFFF8), LENGTH = 0x48000 - (((166 * 4) + 7) & 0xFFFFFFF8)
4
+ RAM_D2 (rwx) : ORIGIN = 0x10000000 + (((166 * 4) + 7) & 0xFFFFFFF8), LENGTH = 0x48000 - (((166 * 4) + 7) & 0xFFFFFFF8)
5
5
RAM_D3 (xrw) : ORIGIN = 0x38000000, LENGTH = 64K
6
6
}
7
+ #if (CM4_BINARY_START == 0x60000000 )
8
+ REGION_ALIAS("RAM", FLASH);
9
+ #else
10
+ REGION_ALIAS("RAM", RAM_D2);
11
+ #endif
12
+
7
13
__OPENAMP_region_start__ = 0x38000400;
8
14
__OPENAMP_region_end__ = 0x38000400 + LENGTH (RAM_D3) - 1K;
9
15
ENTRY (Reset_Handler )
You can’t perform that action at this time.
0 commit comments