File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
targets/TARGET_RDA/TARGET_UNO_91H/device
TOOLCHAIN_ARM_STD/TARGET_UNO_91H
TOOLCHAIN_IAR/TARGET_UNO_91H Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
#endif /* RDA_ICACHE_DISABLE */
32
32
33
33
#if !defined(MBED_APP_SIZE)
34
- #define MBED_APP_SIZE 2000K
34
+ #define MBED_APP_SIZE (0x1F4000)
35
35
#endif
36
36
#define RDA_CODE_SIZE (MBED_APP_SIZE)
37
37
#define RDA_AHB1_BASE (0x40100000)
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ if (0 == RDA_PARTITION_INDEX) {
17
17
if (1 == RDA_ICACHE_DISABLE) {
18
18
define symbol RDA_CODE_BASE = RDA_FLASH_BASE + RDA_PADDR_OFST;
19
19
} else {
20
-
21
- /* MBED_APP_START */
22
- if (!isdefinedsymbol(MBED_APP_START)) {
20
+ /* MBED_APP_START */
21
+ if (!isdefinedsymbol(MBED_APP_START)) {
23
22
define symbol RDA_CODE_BASE = RDA_ICACHE_BASE + RDA_PADDR_OFST;
24
- else
23
+ } else {
25
24
define symbol RDA_CODE_BASE = MBED_APP_START;
25
+ }
26
26
}
27
27
define symbol RDA_CODE_END = RDA_CODE_BASE + 0x1F3FFF;
28
28
define symbol RDA_AHB1_BASE = 0x40100000;
You can’t perform that action at this time.
0 commit comments