micropython/ports/nrf/boards/nrf9160_1M_256k_secure.ld

7 wiersze
162 B
Plaintext

/* Specify the memory areas */
MEMORY
{
FLASH_TEXT (rx) : ORIGIN = 0x00000000, LENGTH = 32K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 64K
}