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

Zigbee_coordinator and Light_bulb cause BUS FAULT on nRF5340dk

Hello,

I've been trying to learn to develop an app based on ZigBee, it's the first time i'm working with nRF hardware and the only things i've done so far was to run some examples. 

When running either of the two ZigBee examples, I noticed the boards are not working so i checked TerraTerm and the board is just continuously writing this: 

[005,7;31m<err> os: ***** BUS FAULT *****
[00:00:00.005,798] <err> os: Precise data bus error
[00:00:00.005,798] <err> os: BFAR Address: 0x20164b08
[00:00:00.005,798] <err> os: r0/a1: 0x2100206c r1/a2: 0x00000000 r2/a3: 0x0000ecf0
[00:00:00.005,798] <err> os: r3/a4: 0x20164b00 r12/ip: 0x01021aad r14/lr: 0x01021af3
[00:00:00.005,798] <err> os: xpsr: 0x69000000
[00:00:00.005,828] <err> os: Faulting instruction address (r15/pc): 0x01025870
[00:00:00.005,828] <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
[00:00:00.005,828] <err> os: Current thread: 0x21001b30 (unknown)
ÿ***g Z build v2.4.0-ncs1-1706-ga89f951e1eb8 ***ystem
[0005,798] <err> os: ***** BUS FAULT *****
[00:00:00.005,798] <err> os: Precise data bus error
[00:00:00.005,828] <err> os: BFAR Address: 0x20164b08
[00:00:00.005,828] <err> os: r0/a1: 0x2100206c r1/a2: 0x00000000 r2/a3: 0x0000ecf0
[00:00:00.005,828] <err> os: r3/a4: 0x20164b00 r12/ip: 0x01021aad r14/lr: 0x01021af3
[00:00:00.005,828] <err> os: xpsr: 0x69000000
[00:00:00.005,828] <err> os: Faulting instruction address (r15/p0x0870<err>nU 0
ÿ*** Zephyr OS build v2.4.0-ncs1-1706-ga89f951e1eb8 ***tem

I am patiently waiting your advice and thank you in advance for support

Cristian T

  • Hi,

    What error are you getting? In the Output window in SES (Segger Embedded Studio) you can select to show Transcript and Output, and it will show you a log of the build process. Please copy the log and add it here by either uploading it as a .txt file or using Insert -> Code, so I can help you with this error.

    I tested compiling for cpunet now myself to make sure it works, using SES and NCS v1.5.1, and I did not get any errors. I have not made any changes to this project, so it should work out of the box. Be aware that it is only the nRF IEEE 802.15.4: Serialization RPMsg sample you should build for cpunet. The build target for the network coordinator should still be cpuapp.

    Best regards,

    Marte

Related