embassy/tests/nrf/memory.x

8 lines
214 B
Plaintext
Raw Normal View History

2023-03-04 05:37:13 +01:00
MEMORY
{
2023-10-03 21:00:59 +02:00
/* NOTE 1 K = 1 KiBi = 1024 bytes */
/* These values correspond to the NRF52840 with Softdevices S140 7.0.1 */
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 32K
2023-03-04 05:37:13 +01:00
}