Warning: strpos() [function.strpos]: needle is not a string or an integer in /blog/index.php on line 62
Blog - nRF51822 development logs
 

nRF51822 development logs 

I have purchased a similar board from ebay to play with:

https://raw.githubusercontent.com/wiki/RIOT-OS/RIOT/images/yunjia-nrf51822-full.jpg popup=true]


The Nordic's PCA10028 devboard has almost the same MCU as mine, but it has double amount of RAM. To compile the examples for this board the linker script needs to be modified:


/* Linker script to configure memory regions. */

SEARCH_DIR(.)
GROUP(-lgcc -lc -lnosys)

MEMORY
{
FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x40000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x4000
}

SECTIONS
{
.fs_data :
{
PROVIDE(__start_fs_data = .);
KEEP(*(.fs_data))
PROVIDE(__stop_fs_data = .);
} > RAM
} INSERT AFTER .data;

INCLUDE "nrf5x_common.ld"

[ hozzászólás ] ( 3 megtekintés ) [ 0 trackbackek ] permalink ( 3 / 4298 )

<< <Előző | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | Következő> >>

 
számláló