Merge pull request #7422 from jflyper/bfdev-isr-vector-to-ram-for-F411

[F411] Provide VECTAB segment as alias to RAM
This commit is contained in:
Michael Keller 2019-01-19 14:47:50 +13:00 committed by GitHub
commit 8be90d44a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,5 +34,6 @@ MEMORY
REGION_ALIAS("STACKRAM", RAM)
REGION_ALIAS("FASTRAM", RAM)
REGION_ALIAS("VECTAB", RAM)
INCLUDE "stm32_flash_split.ld"