1/* 2 * Copyright (c) 2022 Renesas Electronics Corporation 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7SECTION_PROLOGUE(.da1469x_intvect_reserved,(NOLOAD),) 8{ 9 /* Access to addresses in range 0x0-0x1ff is remapped to sram to allow rw 10 * access to interrupt vector which is located at 0x0 where flash is remapped. 11 * This means first 512 bytes of sram has to be reserved so remapped access does 12 * not corrupt data in sram. 13 */ 14 . += 0x200; 15} GROUP_DATA_LINK_IN(RAMABLE_REGION, RAMABLE_REGION) 16