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

LLPM on two NRF5340

Trying to test the 1ms sample on the NRF5340DK.  Loaded and ran the app without problem.. it starts with 9XXXXus.  Runs with couple of drops.  But when 1ms interval is started.  I can't sent the packet.  ("Did not receive a latency respond" is shown on both sides.)

I have tried external powering up the board with USB (using usb charge on the terminal, and the other usb for debug port).  Still the same.  

Using the NRF connect SDK to create the project in Segger studio.  proj.conf has the following (default project file, have not touched anything).  Please help. 

CONFIG_NCS_SAMPLES_DEFAULTS=y

CONFIG_CONSOLE_SUBSYS=y
CONFIG_CONSOLE_HANDLER=y
CONFIG_CONSOLE_GETCHAR=y

CONFIG_BT_CTLR_LLPM=y

CONFIG_BT_DEVICE_NAME="Nordic_LLPM"
CONFIG_BT=y
CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_SMP=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_CENTRAL=y
CONFIG_BT_MAX_CONN=2

CONFIG_BT_SCAN=y
CONFIG_BT_SCAN_FILTER_ENABLE=y
CONFIG_BT_SCAN_UUID_CNT=1

CONFIG_BT_LATENCY=y
CONFIG_BT_LATENCY_CLIENT=y

CONFIG_BT_LL_SOFTDEVICE_VS_INCLUDE=y
CONFIG_BT_LL_SOFTDEVICE=y
CONFIG_BT_HCI_VS_EVT_USER=y
CONFIG_HEAP_MEM_POOL_SIZE=2048
CONFIG_BT_GAP_PERIPHERAL_PREF_PARAMS=n

Related