AP_HAL_ChibiOS: Use DTCM for vector table for external flash targets

This commit is contained in:
Martin Luessi 2023-06-01 15:56:27 -07:00 committed by Randy Mackay
parent d923ca6ec2
commit 4418ccc4a9
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ SECTIONS
__vectors_base__ = .;
KEEP(*(.vectors))
__vectors_end__ = .;
} > flashram AT > default_flash
} > dataram AT > default_flash
constructors : ALIGN(4) SUBALIGN(4)
{

View File

@ -81,7 +81,7 @@ SECTIONS
__vectors_base__ = .;
KEEP(*(.vectors))
__vectors_end__ = .;
} > flashram AT > default_flash
} > dataram AT > default_flash
constructors : ALIGN(4) SUBALIGN(4)
{