You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
219 B
5 lines
219 B
/* GNU linker script for nrf52840 Open Bootloader version 1.2.x */
|
|
|
|
_bootloader_head_size = 0x1000; /* MBR */
|
|
_bootloader_tail_size = 0x20000; /* Bootloader start address 0x000E0000 */
|
|
_bootloader_head_ram_size = 0x8;
|
|
|