Hi,

On 6 April 2017 at 08:27, Peter Bartlett <pe...@masters-young.com.au> wrote:
> Hi,
>
> I am trying to get bleprph example working on nRF52840PDK board..  I have
> tried the apache-mynewt-core versions 0.9.999 / 0.9.0 and 1.0-latest..  I
> keep getting the following console messages, any ideas?
>
> 0:Assert @ 0x22e81
> 0:Unhandled interrupt (2), exception sp 0x20000bf8
> 0: r0:0x00000000  r1:0x00000000  r2:0x80000000  r3:0xe000ed00
> 0: r4:0x00022e81  r5:0x00000000  r6:0x00000000  r7:0x00000000
> 0: r8:0x00000000  r9:0x00000000 r10:0x00000000 r11:0x00000000
> 0:r12:0x00000005  lr:0x0000c795  pc:0x0000c7a4 psr:0x61000200
> 0:ICSR:0x00421802 HFSR:0x00000000 CFSR:0x00000000
> 0:BFAR:0xe000ed38 MMFAR:0xe000ed34
>
> I am building using docker image mynewt/newt:latest.
>
> Thanks in advance

Hmm this looks like assert from FCB logging code. You can try
disabling FCB in syscfg.yml.

Or try erasing whole flash before flashing mynewt
JLinkExe -device nRF52 -speed 4000 -if SWD
erase
exit

-- 
pozdrawiam
Szymon K. Janc

Reply via email to