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.
 
 
 
 
 

14 lines
294 B

/*
See also
https://github.com/arduino/ArduinoCore-mbed/blob/master/variants/ARDUINO_NANO33BLE/linker_script.ld
*/
MEMORY
{
FLASH_TEXT (rw) : ORIGIN = 0x10000, LENGTH = 0xf0000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x40000
}
_stack_size = 4K;
INCLUDE "targets/arm.ld"