feat: initial commit for corne
This commit is contained in:
11
memory.x
Normal file
11
memory.x
Normal file
@@ -0,0 +1,11 @@
|
||||
MEMORY
|
||||
{
|
||||
/* NOTE 1 K = 1 KiB = 1024 bytes */
|
||||
/* These values correspond to the nRF52840 WITH Adafruit nRF52 bootloader */
|
||||
FLASH : ORIGIN = 0x00001000, LENGTH = 1020K
|
||||
RAM : ORIGIN = 0x20000008, LENGTH = 255K
|
||||
|
||||
/* These values correspond to the nRF52840 */
|
||||
/* FLASH : ORIGIN = 0x00000000, LENGTH = 1024K */
|
||||
/* RAM : ORIGIN = 0x20000000, LENGTH = 256K */
|
||||
}
|
||||
Reference in New Issue
Block a user