Skip to content

Commit

Permalink
Merge pull request ARMmbed#7 from linlingao/fix_armcc
Browse files Browse the repository at this point in the history
Fix ARMCC build
  • Loading branch information
linlingao authored Jun 21, 2018
2 parents 3d7e19b + 40f6c7b commit f24d8dd
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 100 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ LR_IROM1 MBED_APP_START MBED_APP_SIZE {
.ANY (+RO)
}

RW_IRAM1 (RAM_START + VECTORS_SIZE) (RAM_SIZE - VECTORS_SIZE) { ; RW data
;RW_IRAM1 (RAM_START + VECTORS_SIZE) (RAM_SIZE - VECTORS_SIZE) { ; RW data
RW_IRAM1 (0x20000000+0x1B0) (0x00040000-0x1B0) { ; RW data
.ANY (+RW +ZI)
}
}

Loading

0 comments on commit f24d8dd

Please sign in to comment.