This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

S120 on NRF51822 32K RAM chip

Hi,

I changed the chip from 16K RAM to 32K RAM. But seems the soft device report the below error when I use more then 16K address.

Error! Line: 0290, File: src\host_core.c Err code: BEEF

My test environment as below.

Softdevice version: s120_nrf51822_1.0.1_softdevice

GCC link file that related to RAM: RAM (rwx) : ORIGIN = 0x20002800, LENGTH = 0x2000

STACK_SIZE=0x800

How to resolve this problem?

Thanks!

Related