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.