Merge pull request #2091 from embassy-rs/comment-memory-x
docs: add linker script comments
This commit is contained in:
commit
035800bfbd
@ -1,7 +1,12 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
/* NOTE 1 K = 1 KiBi = 1024 bytes */
|
/* NOTE 1 K = 1 KiBi = 1024 bytes */
|
||||||
/* These values correspond to the NRF52840 with Softdevices S140 7.0.1 */
|
|
||||||
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
|
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
|
||||||
RAM : ORIGIN = 0x20000000, LENGTH = 256K
|
RAM : ORIGIN = 0x20000000, LENGTH = 256K
|
||||||
|
|
||||||
|
/* These values correspond to the NRF52840 with Softdevices S140 7.3.0 */
|
||||||
|
/*
|
||||||
|
FLASH : ORIGIN = 0x00027000, LENGTH = 868K
|
||||||
|
RAM : ORIGIN = 0x20020000, LENGTH = 128K
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,12 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
/* NOTE 1 K = 1 KiBi = 1024 bytes */
|
/* NOTE 1 K = 1 KiBi = 1024 bytes */
|
||||||
/* These values correspond to the NRF52840 with Softdevices S140 7.0.1 */
|
|
||||||
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
|
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
|
||||||
RAM : ORIGIN = 0x20000000, LENGTH = 256K
|
RAM : ORIGIN = 0x20000000, LENGTH = 256K
|
||||||
|
|
||||||
|
/* These values correspond to the NRF52840 with Softdevices S140 7.3.0 */
|
||||||
|
/*
|
||||||
|
FLASH : ORIGIN = 0x00027000, LENGTH = 868K
|
||||||
|
RAM : ORIGIN = 0x20020000, LENGTH = 128K
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user