1/*
2 * Copyright (c) 2021, Commonwealth Scientific and Industrial Research
3 * Organisation (CSIRO) ABN 41 687 119 230.
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8SECTION_PROLOGUE(.st_stm32f0x_vt,(NOLOAD),)
9{
10_ram_vector_start = .;
11. += _vector_end - _vector_start;
12_ram_vector_end = .;
13} GROUP_DATA_LINK_IN(RAMABLE_REGION, RAMABLE_REGION)
14