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.
10 lines
207 B
10 lines
207 B
/*
|
|
GNU linker script for NRF52832
|
|
*/
|
|
|
|
_flash_size = 512K;
|
|
_ram_size = 64K;
|
|
|
|
/* produce a link error if there is not this amount of RAM for these sections */
|
|
_stack_size = 8K;
|
|
_minimum_heap_size = 32K;
|
|
|