micropython/ports/nrf/boards/nrf52832_512k_64k_bldr78.ld

12 lines
262 B
Plaintext

/*
GNU linker script for NRF52832
*/
_flash_size = 0x78000; /* bootloader starts at 0x78000 */
_ram_size = 64K;
_fs_size = 0;
/* produce a link error if there is not this amount of RAM for these sections */
_stack_size = 8K;
_minimum_heap_size = 32K;