nrf52dk: cpu/nrf52832 support
This commit is contained in:
parent
0671640ea2
commit
20f9515ed1
20 changed files with 1918 additions and 0 deletions
12
cpu/nrf52832/ld/nrf52-pca10036-sd.ld
Normal file
12
cpu/nrf52832/ld/nrf52-pca10036-sd.ld
Normal file
|
@ -0,0 +1,12 @@
|
|||
/* Linker script to configure memory regions. */
|
||||
|
||||
SEARCH_DIR(.)
|
||||
GROUP(-lgcc -lc -lnosys)
|
||||
|
||||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x1f000, LENGTH = 0x61000
|
||||
RAM (rwx) : ORIGIN = 0x08000000, LENGTH = 0x8000
|
||||
}
|
||||
|
||||
INCLUDE "nrf5x_common.ld"
|
12
cpu/nrf52832/ld/nrf52-pca10040-sd.ld
Normal file
12
cpu/nrf52832/ld/nrf52-pca10040-sd.ld
Normal file
|
@ -0,0 +1,12 @@
|
|||
/* Linker script to configure memory regions. */
|
||||
|
||||
SEARCH_DIR(.)
|
||||
GROUP(-lgcc -lc -lnosys)
|
||||
|
||||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x1f000, LENGTH = 0x61000
|
||||
RAM (rwx) : ORIGIN = 0x20002800, LENGTH = 0xD800
|
||||
}
|
||||
|
||||
INCLUDE "nrf5x_common.ld"
|
12
cpu/nrf52832/ld/nrf52.ld
Normal file
12
cpu/nrf52832/ld/nrf52.ld
Normal file
|
@ -0,0 +1,12 @@
|
|||
/* Linker script to configure memory regions. */
|
||||
|
||||
SEARCH_DIR(.)
|
||||
GROUP(-lgcc -lc -lnosys)
|
||||
|
||||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x80000
|
||||
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x8000
|
||||
}
|
||||
|
||||
INCLUDE "nrf5x_common.ld"
|
Loading…
Add table
Add a link
Reference in a new issue