diff --git a/bootloader.ld b/bootloader.ld index b662f14..9fd7ab2 100644 --- a/bootloader.ld +++ b/bootloader.ld @@ -23,6 +23,7 @@ PROVIDE(__flash_end = ORIGIN(rom) + LENGTH(rom)); */ PROVIDE(__application_end = 0); PROVIDE(__flash_end = 0); + /* RAM location reserved so application can talk to bootloader and tell to start DFU */ PROVIDE(__dfu_magic = ORIGIN(ram) - 4);