Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to merge QSPI and BLE_APP_TEMPLATE examples?

Hi,

Is it possible to merge QSPI and BLE_APP_TEMPLATE examples?

I'm using GCC and Make to build my projects. I've tried to import the s140 folder from ble_app_template example to the qspi example: I included the source file "$(SDK_ROOT)/modules/nrfx/drivers/src/nrfx_qspi.c" to the Makefile imported from the ble_app_template example, and also made equal the sdk_config.h flags from qspi example to the sdk_config.h imported from the ble_app_template example. It compiled and flashed on the NRF52840 DK successfully, but I don't get any output on my serial monitor.

I tested this example without the Softdevice (default version in the SDK) and got satisfactory output on the serial monitor.

Thanks in advance.

Related