diff --git a/variants/nano_33_iot/linker_scripts/gcc/flash_with_bootloader.ld b/variants/nano_33_iot/linker_scripts/gcc/flash_with_bootloader.ld index 350618652..d442744c4 100644 --- a/variants/nano_33_iot/linker_scripts/gcc/flash_with_bootloader.ld +++ b/variants/nano_33_iot/linker_scripts/gcc/flash_with_bootloader.ld @@ -67,6 +67,9 @@ SECTIONS { __text_start__ = .; + KEEP(*(.sketch_boot)) + . = ALIGN(0x2000); + KEEP(*(.isr_vector)) *(.text*)