Skip to content

Commit

Permalink
[mc2plus]: removed the use of the extra memory bank because it create…
Browse files Browse the repository at this point in the history
…s problems w/ hal2.lib
  • Loading branch information
marcoaccame committed Dec 13, 2019
1 parent 3118613 commit 1a76975
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ extern "C" {
// <o> heap size <0x0-0xFFFFFFFF:8>
// <i> define how much heap you want.
#ifndef HAL_SYS_CFG_HEAPSIZE
#define HAL_SYS_CFG_HEAPSIZE 0x0001FFC0
#define HAL_SYS_CFG_HEAPSIZE 0x00018000
#endif

// </h>SYS module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ LR_IROM1 EENV_MEMMAP_EAPPLICATION_ROMADDR EENV_MEMMAP_EAPPLICATION_ROMSIZE {
RW_IRAM1 EENV_MEMMAP_EAPPLICATION_RAMADDR EENV_MEMMAP_EAPPLICATION_RAMSIZE { ; RW data
.ANY (+RW +ZI)
}
RW_IRAM2 0x10000000 0x10000 { ; RW data
.ANY (+RW +ZI)
}
}


Expand Down

0 comments on commit 1a76975

Please sign in to comment.