Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Fix RAM overflow on SPRACINGH7EXTREME."
This reverts commit ebc33bb.
  • Loading branch information
hydra committed Aug 7, 2019
1 parent 09c9851 commit 17c34ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/link/stm32_flash_h750_exst.ld
Expand Up @@ -58,9 +58,9 @@ MEMORY
{
ITCM_RAM (rwx) : ORIGIN = 0x00000000, LENGTH = 64K
DTCM_RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
RAM (rwx) : ORIGIN = 0x24000000, LENGTH = 128K
CODE_RAM (rx) : ORIGIN = 0x24020000, LENGTH = 384K - _exst_hash_size
EXST_HASH (rx) : ORIGIN = 0x24020000 + LENGTH(CODE_RAM), LENGTH = _exst_hash_size
RAM (rwx) : ORIGIN = 0x24000000, LENGTH = 64K
CODE_RAM (rx) : ORIGIN = 0x24010000, LENGTH = 448K - _exst_hash_size
EXST_HASH (rx) : ORIGIN = 0x24010000 + LENGTH(CODE_RAM), LENGTH = _exst_hash_size

D2_RAM (rwx) : ORIGIN = 0x30000000, LENGTH = 256K /* SRAM1 + SRAM2 */

Expand Down

0 comments on commit 17c34ed

Please sign in to comment.