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

NFC passive device and BLE Peripheral simultaneously on nrf52840 S140 and SDK V16.0.0

Is it possible to have both BLE and NFC passive device at the same time.

I tried combining 2 examples but I am running into a conflict of SOFTDEVICE_PRESENT definition.

Thanks for any help.

Omid Athari

Parents Reply Children
  • Hi there

    I tried to compile the code you are referring to but I am having compile errors.

    I am using SDK 16.0.0 and s140 softdevice. 

    Compilation attempt result :

    Rebuilding 'ble_app_uart_pca10056_s140' from solution 'ble_app_uart_pca10056_s140' in configuration 'Release'
    Assembling 'thumb_crt0.s'
    Compiling 'nrf_log_backend_rtt.c'
    Compiling 'nrf_log_backend_serial.c'
    Compiling 'nrf_log_default_backends.c'
    Compiling 'nrf_log_str_formatter.c'
    Compiling 'nrf_log_frontend.c'
    Compiling 'app_button.c'
    Compiling 'app_error_handler_gcc.c'
    Compiling 'app_error_weak.c'
    Compiling 'app_error.c'
    Compiling 'app_fifo.c'
    Compiling 'app_scheduler.c'
    Compiling 'app_timer.c'
    Compiling 'app_uart_fifo.c'
    Compiling 'app_util_platform.c'
    Compiling 'nrf_assert.c'
    Compiling 'hardfault_implementation.c'
    Compiling 'nrf_atfifo.c'
    Compiling 'nrf_atflags.c'
    Compiling 'nrf_atomic.c'
    Compiling 'nrf_balloc.c'
    Compiling 'nrf_fprintf_format.c'
    Compiling 'nrf_memobj.c'
    Compiling 'nrf_pwr_mgmt.c'
    Compiling 'nrf_fprintf.c'
    Compiling 'nrf_ringbuf.c'
    Compiling 'nrf_strerror.c'
    Compiling 'nrf_section_iter.c'
    Assembling 'ses_startup_nrf52840.s'
    Assembling 'ses_startup_nrf_common.s'
    Compiling 'retarget.c'
    Compiling 'system_nrf52840.c'
    Compiling 'nrf_drv_clock.c'
    Compiling 'nrf_drv_uart.c'
    Compiling 'boards.c'
    Compiling 'nrfx_clock.c'
    Compiling 'nrfx_power_clock.c'
    /home/nikola/Nordic-tools/nRF5_SDK_16.0.0_98a08e2/modules/nrfx/drivers/src/nrfx_power_clock.c: No such file or directory
    Compiling 'nrfx_gpiote.c'
    Compiling 'nrfx_prs.c'
    Build failed

Related