Add missing files and features for basic example

This commit is contained in:
Ulf Lilleengen
2022-10-20 16:12:59 +02:00
parent 8c42b26fc6
commit de103a5f4f
3 changed files with 44 additions and 3 deletions

View File

@ -0,0 +1,7 @@
MEMORY
{
/* NOTE 1 K = 1 KiBi = 1024 bytes */
/* These values correspond to the NRF52840 with Softdevices S140 7.0.1 */
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
RAM : ORIGIN = 0x20000000, LENGTH = 256K
}