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

nrf52840-DK device fails to boot with Unaligned memory access error

Hi,

Problem: nrfconnect  device fails to boot with Unaligned memory access error

  • expected behavior: nRF52840-DK chip device should boot normally

  • actual behavior: nRF52840-DK chip device fails to boot normally and keeps continuously re-booting with Unaligned memory access error

  • steps to reproduce:
    1. build connectedhomeip/examples/lock-app/nrfconnect for nRF52840-DK board
    2. Flash zephyr.hex file in nRF52840-DK with nRF Connect v3.5.0 Windows application
    3. Power up

  • system configuration: lock-app/nrfconnect for nRF52840-DK board

  • screenshots, images, logs, etc.

nRF5280-DK board fails to boot normally and keeps reboot automatically with Error messages

Boot Log
Z+
W+▒ещ5
I: 8 Sectors of 4096 bytes
I: alloc wra: 0, ff0
I: data wra: 0, 0
*** Booting Zephyr OS version 2.4.99 ***
I: Init CHIP stack
I: SoftDevice Controller build revision:
I: e5 c7 9c d9 91 00 1d 66 |.......f
I: ea fb 6e 7b 98 2f 42 0d |..n{./B.
I: f1 60 93 c8 |.`..
I: Starting CHIP task
I: Init Thread stack
I: 496[DL] OpenThread started: OK
I: 499[DL] Setting OpenThread device type to MINIMAL END DEVICE
I: 505[ZCL] Using ZAP configuration...
I: 508[ZCL] deactivate report event
D: 511[IN] TransportMgr initialized
I: 515[IN] local node id is lu

D: 518[DL] SetAdvertisingEnabled(true)
E: ***** USAGE FAULT *****
E: Unaligned memory access

E: r0/a1: 0x2000583d r1/a2: 0x0006f8e6 r2/a3: 0x0000001a
E: r3/a4: 0x0006f901 r12/ip: 0xffffffff r14/lr: 0x00048e8f
E: xpsr: 0x21000000
E: Faulting instruction address (r15/pc): 0x0004ad56
E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
E: Current thread: 0x20002eb0 (main)
E: Resetting systemI: nRF5 802154 radio initialized
I: 8 Sectors of 4096 bytes
I: alloc wra: 0, ff0
I: data wra: 0, 0

Kindly suggest what could be the issue and how to resolve it? Thank You very much

Related