This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LP-EM-CC2340R5: Zephyr Bluetooth Beacon Sample

Part Number: LP-EM-CC2340R5
Other Parts Discussed in Thread: UNIFLASH, , CC2340R5

Tool/software:

Tool: UniFlash

Software: TI SimpleLink Zephyr.

Problem:

Hello, I tried to use Zephyr from TI Simple Link (tag v3.7.0-ti-8.40.00_ea). I followed the README steps and was able to build and run some basic samples on the LP-EM-CC2340R5 using UniFlash and XDS110ET. However, when I tried to use the Sample Bluetooth Beacon, I was able to build and flash the program, but then I got an error as follows:

======================

*** Booting Zephyr OS build 5f315d4295b5 *** 

Starting Beacon Demo                                                     

Slabs used: 1 / 2                                                        

Slabs used: 2 / 2 

[00:00:00.022,000] <inf> bt_hci_core: Identity: 84:72:93:3C:61:1D (public)

[00:00:00.022,000] <inf> bt_hci_core: HCI: version 5.4 (0x0d) revision 0x0334, manufacturer 0x000d

[00:00:00.022,000] <inf> bt_hci_core: LMP: version 5.4 (0x0d) subver 0x0334

Bluetooth initialized

Beacon started, advertising as 84:72:93:3C:61:1D (public)

[00:00:00.029,000] <err> os: ***** HARD FAULT *****

[00:00:00.029,000] <err> os: r0/a1:  0x10000000  r1/a2:  0x00000000  r2/a3:  0x00000001

[00:00:00.029,000] <err> os: r3/a4:  0x20001088 r12/ip:  0x00000400 r14/lr:  0x000028cf

[00:00:00.029,000] <err> os:  xpsr:  0x21000000

[00:00:00.029,000] <err> os: Faulting instruction address (r15/pc): 0x00027f0e

[00:00:00.029,000] <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0

[00:00:00.029,000] <err> os: Current thread: 0x20001088 (unknown)

[00:00:00.130,000] <err> os: Halting system

=================

I didn't modify the sample and just built and ran it as is. Any pointers on how to resolve this are greatly appreciated!