nrf52840-i2c-scanner/memory.x

7 lines
139 B
Plaintext
Raw Permalink Normal View History

2024-05-20 13:32:00 +00:00
MEMORY
{
/* NOTE 1 K = 1 KiBi = 1024 bytes */
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
RAM : ORIGIN = 0x20000000, LENGTH = 256K
}