<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>using SPI0 and LTE together throws a fault</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60864/using-spi0-and-lte-together-throws-a-fault</link><description>Was wondering if anyone knew why this fault might be triggered? 
 
 It triggers when I try to use SPI0 and LTE together. 
 AT host is disabled. 
 The code stops here during debugging and then on resume it restarts the application. 
 
 fault_s.S line 90</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 06 May 2020 11:56:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60864/using-spi0-and-lte-together-throws-a-fault" /><item><title>RE: using SPI0 and LTE together throws a fault</title><link>https://devzone.nordicsemi.com/thread/248438?ContentTypeID=1</link><pubDate>Wed, 06 May 2020 11:56:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab1278f3-3ce3-424c-9870-2ce6d2d8eb26</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Did your solution to your other case also solve this?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/60013/lte_lc_connect-function-error"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/60013/lte_lc_connect-function-error&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using SPI0 and LTE together throws a fault</title><link>https://devzone.nordicsemi.com/thread/247903?ContentTypeID=1</link><pubDate>Mon, 04 May 2020 13:36:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04a6a392-1699-4ca6-ac20-27ed871fb44a</guid><dc:creator>vchhabra</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
#
# Orbis app
#
CONFIG_USE_UI_MODULE=y

#
# User Interface
#
# CONFIG_UI_LED_USE_PWM is not set
# CONFIG_UI_BUZZER is not set
# CONFIG_UI_NMOS is not set
# end of User Interface

# CONFIG_UI_LOG_LEVEL_OFF is not set
# CONFIG_UI_LOG_LEVEL_ERR is not set
# CONFIG_UI_LOG_LEVEL_WRN is not set
CONFIG_UI_LOG_LEVEL_INF=y
# CONFIG_UI_LOG_LEVEL_DBG is not set
CONFIG_UI_LOG_LEVEL=3
CONFIG_APPLICATION_WORKQUEUE_STACK_SIZE=2048
CONFIG_APPLICATION_WORKQUEUE_PRIORITY=-1

#
# GPS
#
CONFIG_GPS_USE_SIM=y
# CONFIG_GPS_USE_EXTERNAL is not set

#
# GPS_CONTROL
#
# CONFIG_GPS_CONTROL is not set
CONFIG_GPS_CONTROL_ON_LONG_PRESS=y
CONFIG_GPS_CONTROL_PSM_ENABLE_ON_START=y
CONFIG_GPS_CONTROL_PSM_DISABLE_ON_STOP=y
CONFIG_GPS_CONTROL_FIRST_FIX_CHECK_DELAY=30
CONFIG_GPS_CONTROL_FIX_CHECK_INTERVAL=120
CONFIG_GPS_CONTROL_FIX_TRY_TIME=180
CONFIG_GPS_CONTROL_FIX_COUNT=3
CONFIG_GPS_CONTROL_MAX_FAILED_FIX_ATTEMPTS=3
# CONFIG_GPS_CONTROL_LOG_LEVEL_OFF is not set
# CONFIG_GPS_CONTROL_LOG_LEVEL_ERR is not set
# CONFIG_GPS_CONTROL_LOG_LEVEL_WRN is not set
CONFIG_GPS_CONTROL_LOG_LEVEL_INF=y
# CONFIG_GPS_CONTROL_LOG_LEVEL_DBG is not set
CONFIG_GPS_CONTROL_LOG_LEVEL=3
# end of GPS_CONTROL

CONFIG_GPS_DEV_NAME=&amp;quot;GPS_SIM&amp;quot;
CONFIG_GPS_TRIGGER=y
CONFIG_GPS_SIM_TRIGGER_TIMER_MSEC=120000
# end of GPS

#
# Device and modem
#
CONFIG_POWER_OPTIMIZATION_ENABLE=y
# end of Device and modem

# CONFIG_GPS_START_AFTER_CLOUD_EVT_READY is not set
CONFIG_ASSET_TRACKER_WATCHDOG_TIMEOUT_MSEC=10000
CONFIG_USE_AT_HOST=y
# end of Orbis app

#
# Zephyr Kernel
#

#
# Modules
#

#
# Nordic nRF Connect
#
# CONFIG_NCS_SAMPLES_DEFAULTS is not set
CONFIG_LOG_DEFAULT_LEVEL=3

#
# Bootloader
#
# CONFIG_MCUBOOT_BUILD_S1_VARIANT is not set
# CONFIG_SECURE_BOOT is not set
# CONFIG_SECURE_BOOT_CRYPTO is not set

#
# Secure Boot firmware validation
#
CONFIG_SB_VALIDATION_INFO_MAGIC=0x86518483
CONFIG_SB_VALIDATION_POINTER_MAGIC=0x6919b47e
CONFIG_SB_VALIDATION_INFO_CRYPTO_ID=1
CONFIG_SB_VALIDATION_INFO_VERSION=2
# end of Secure Boot firmware validation
# end of Bootloader

#
# Bluetooth Low Energy
#
CONFIG_BT_HCI_TX_STACK_SIZE=512
CONFIG_BT_RX_STACK_SIZE=1024
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1024

#
# BLE Libraries
#
# CONFIG_BT_GATT_POOL is not set
# CONFIG_BT_GATT_DM is not set
# CONFIG_BT_CONN_CTX is not set

#
# Bluetooth Services
#
# CONFIG_BT_GATT_BAS_C is not set
# CONFIG_BT_GATT_DFU_SMP_C is not set
# CONFIG_BT_GATT_HIDS is not set
# CONFIG_BT_GATT_HIDS_C is not set
# CONFIG_BT_GATT_LBS is not set
# CONFIG_BT_GATT_NUS is not set
# CONFIG_BT_GATT_NUS_C is not set
# CONFIG_BT_GATT_THROUGHPUT is not set
# CONFIG_BT_GATT_LATENCY is not set
# CONFIG_BT_GATT_LATENCY_C is not set
# end of Bluetooth Services
# end of Bluetooth Low Energy

#
# DFU
#
# CONFIG_DFU_TARGET is not set
# end of DFU

# CONFIG_NRF_ESB is not set

#
# Networking
#

#
# Application protocols
#
# CONFIG_NRF_CLOUD is not set
# CONFIG_DOWNLOAD_CLIENT is not set
# CONFIG_AWS_IOT is not set
# CONFIG_AWS_JOBS is not set
# CONFIG_AWS_FOTA is not set
# CONFIG_CLOUD_API is not set

#
# Self-Registration (Zi ZHu Ce)
#
# CONFIG_ZZHC is not set
# end of Self-Registration (Zi ZHu Ce)
# end of Application protocols
# end of Networking

#
# NFC
#
# CONFIG_NFC_NDEF is not set
# CONFIG_NFC_NDEF_PARSER is not set
# CONFIG_NFC_T2T_PARSER is not set
# CONFIG_NFC_T4T_ISODEP is not set
# CONFIG_NFC_T4T_APDU is not set
# CONFIG_NFC_T4T_CC_FILE is not set
# CONFIG_NFC_T4T_HL_PROCEDURE is not set
# CONFIG_NFC_PLATFORM is not set
# CONFIG_NFC_TNEP_TAG is not set
# CONFIG_NFC_TNEP_POLLER is not set
# end of NFC

# CONFIG_PROFILER is not set

#
# SPM
#
CONFIG_SPM=y
# CONFIG_SPM_BUILD_STRATEGY_USE_HEX_FILE is not set
# CONFIG_SPM_BUILD_STRATEGY_SKIP_BUILD is not set
CONFIG_SPM_BUILD_STRATEGY_FROM_SOURCE=y
# CONFIG_IS_SPM is not set
CONFIG_ARM_ENTRY_VENEERS_LIB_NAME=&amp;quot;spm/libspmsecureentries.a&amp;quot;
# end of SPM

CONFIG_FW_INFO=y
CONFIG_FW_VALIDATION_METADATA_OFFSET=0
CONFIG_FW_INFO_OFFSET=0x200
CONFIG_FW_INFO_FIRMWARE_VERSION=1
CONFIG_FW_INFO_MAGIC_COMMON=0x281ee6de
CONFIG_FW_INFO_MAGIC_FIRMWARE_INFO=0x8fcebb4c
CONFIG_FW_INFO_MAGIC_EXT_API=0xb845acea
CONFIG_FW_INFO_HARDWARE_ID=91
CONFIG_FW_INFO_VERSION=2
CONFIG_FW_INFO_CRYPTO_ID=0
CONFIG_FW_INFO_MAGIC_COMPATIBILITY_ID=0
CONFIG_FW_INFO_MAGIC_LEN=12
CONFIG_FW_INFO_VALID_VAL=0x9102FFFF
# CONFIG_PPI_TRACE is not set
# CONFIG_SHELL_BT_NUS is not set

#
# Nordic MPSL
#
CONFIG_MPSL_THREAD_COOP_PRIO=8
CONFIG_MPSL_SIGNAL_STACK_SIZE=1024
# CONFIG_MPSL_LOG_LEVEL_OFF is not set
# CONFIG_MPSL_LOG_LEVEL_ERR is not set
# CONFIG_MPSL_LOG_LEVEL_WRN is not set
CONFIG_MPSL_LOG_LEVEL_INF=y
# CONFIG_MPSL_LOG_LEVEL_DBG is not set
CONFIG_MPSL_LOG_LEVEL=3
# end of Nordic MPSL

#
# Libraries
#

#
# Binary libraries
#
# end of Binary libraries

#
# BSD Library for nrf91
#
CONFIG_BSD_LIBRARY=y
CONFIG_BSD_LIBRARY_SYS_INIT=y
# CONFIG_BSD_LIBRARY_TRACE_ENABLED is not set
# end of BSD Library for nrf91

# CONFIG_ADP536X is not set

#
# AT Command driver
#
CONFIG_AT_CMD=y
CONFIG_AT_CMD_SYS_INIT=y
CONFIG_AT_CMD_INIT_PRIORITY=40
CONFIG_AT_CMD_THREAD_PRIO=10
CONFIG_AT_CMD_THREAD_STACK_SIZE=1024
CONFIG_AT_CMD_RESPONSE_MAX_LEN=2700
CONFIG_AT_CMD_RESPONSE_BUFFER_COUNT=2
# CONFIG_AT_CMD_LOG_LEVEL_OFF is not set
# CONFIG_AT_CMD_LOG_LEVEL_ERR is not set
# CONFIG_AT_CMD_LOG_LEVEL_WRN is not set
CONFIG_AT_CMD_LOG_LEVEL_INF=y
# CONFIG_AT_CMD_LOG_LEVEL_DBG is not set
CONFIG_AT_CMD_LOG_LEVEL=3
# end of AT Command driver

# CONFIG_ST25R3911B_LIB is not set
CONFIG_LTE_LINK_CONTROL=y
# CONFIG_LTE_AUTO_INIT_AND_CONNECT is not set
# CONFIG_LTE_LOCK_BANDS is not set
# CONFIG_LTE_LOCK_PLMN is not set
# CONFIG_LTE_UNLOCK_PLMN is not set
CONFIG_LTE_PSM_REQ_RPTAU=&amp;quot;00000011&amp;quot;
CONFIG_LTE_PSM_REQ_RAT=&amp;quot;00100001&amp;quot;
CONFIG_LTE_EDRX_REQ=y
CONFIG_LTE_EDRX_REQ_VALUE=&amp;quot;1001&amp;quot;
# CONFIG_LTE_LEGACY_PCO_MODE is not set
# CONFIG_LTE_PDP_CMD is not set
# CONFIG_LTE_PDN_AUTH_CMD is not set
CONFIG_LTE_NETWORK_MODE_LTE_M=y
# CONFIG_LTE_NETWORK_MODE_LTE_M_GPS is not set
# CONFIG_LTE_NETWORK_MODE_NBIOT is not set
# CONFIG_LTE_NETWORK_MODE_NBIOT_GPS is not set
CONFIG_LTE_NETWORK_USE_FALLBACK=y
CONFIG_LTE_NETWORK_TIMEOUT=600
# CONFIG_LTE_LINK_CONTROL_LOG_LEVEL_OFF is not set
# CONFIG_LTE_LINK_CONTROL_LOG_LEVEL_ERR is not set
# CONFIG_LTE_LINK_CONTROL_LOG_LEVEL_WRN is not set
CONFIG_LTE_LINK_CONTROL_LOG_LEVEL_INF=y
# CONFIG_LTE_LINK_CONTROL_LOG_LEVEL_DBG is not set
CONFIG_LTE_LINK_CONTROL_LOG_LEVEL=3
# CONFIG_FPROTECT is not set
CONFIG_AT_NOTIF=y
CONFIG_AT_NOTIF_SYS_INIT=y
# CONFIG_AT_NOTIF_LOG_LEVEL_OFF is not set
# CONFIG_AT_NOTIF_LOG_LEVEL_ERR is not set
# CONFIG_AT_NOTIF_LOG_LEVEL_WRN is not set
CONFIG_AT_NOTIF_LOG_LEVEL_INF=y
# CONFIG_AT_NOTIF_LOG_LEVEL_DBG is not set
CONFIG_AT_NOTIF_LOG_LEVEL=3

#
# AT Host Library for nrf91
#
CONFIG_AT_HOST_LIBRARY=y
# CONFIG_AT_HOST_UART_0 is not set
CONFIG_AT_HOST_UART_1=y
# CONFIG_AT_HOST_UART_2 is not set
CONFIG_AT_HOST_UART=1
CONFIG_AT_HOST_UART_INIT_TIMEOUT=5000
# CONFIG_NULL_TERMINATION is not set
# CONFIG_CR_TERMINATION is not set
CONFIG_LF_TERMINATION=y
# CONFIG_CR_LF_TERMINATION is not set
CONFIG_AT_HOST_TERMINATION=2
CONFIG_AT_HOST_CMD_MAX_LEN=4096
CONFIG_AT_HOST_THREAD_PRIO=10
# CONFIG_AT_HOST_LOG_LEVEL_OFF is not set
# CONFIG_AT_HOST_LOG_LEVEL_ERR is not set
# CONFIG_AT_HOST_LOG_LEVEL_WRN is not set
CONFIG_AT_HOST_LOG_LEVEL_INF=y
# CONFIG_AT_HOST_LOG_LEVEL_DBG is not set
CONFIG_AT_HOST_LOG_LEVEL=3
# end of AT Host Library for nrf91

# CONFIG_DK_LIBRARY is not set
CONFIG_AT_CMD_PARSER=y
# CONFIG_MODEM_INFO is not set
# CONFIG_PDN_MANAGEMENT is not set
CONFIG_RESET_ON_FATAL_ERROR=y
# CONFIG_FATAL_ERROR_LOG_LEVEL_OFF is not set
# CONFIG_FATAL_ERROR_LOG_LEVEL_ERR is not set
# CONFIG_FATAL_ERROR_LOG_LEVEL_WRN is not set
CONFIG_FATAL_ERROR_LOG_LEVEL_INF=y
# CONFIG_FATAL_ERROR_LOG_LEVEL_DBG is not set
CONFIG_FATAL_ERROR_LOG_LEVEL=3
# CONFIG_SMS is not set
# CONFIG_MODEM_KEY_MGMT is not set
CONFIG_SUPL_CLIENT_LIB=y
# end of Libraries

#
# Device Drivers
#
CONFIG_ENTROPY_CC310=y
# CONFIG_ETH_RTT is not set
# CONFIG_SENSOR is not set

#
# GPS Drivers
#
CONFIG_GPS_SIM=y
CONFIG_GPS_SIM_DEV_NAME=&amp;quot;GPS_SIM&amp;quot;
CONFIG_GPS_SIM_BASE_LATITUDE=6325280
CONFIG_GPS_SIM_BASE_LONGITUDE=1026201
CONFIG_GPS_SIM_BASE_TIMESTAMP=134627
CONFIG_GPS_SIM_ELLIPSOID=y
# CONFIG_GPS_SIM_PSEUDO_RANDOM is not set
CONFIG_GPS_SIM_DYNAMIC_VALUES=y
CONFIG_GPS_SIM_FIX_TIME=120000
CONFIG_GPS_SIM_MAX_STEP=100
CONFIG_GPS_SIM_TRIGGER=y
CONFIG_GPS_SIM_TRIGGER_USE_TIMER=y
# CONFIG_GPS_SIM_TRIGGER_USE_BUTTON is not set
CONFIG_GPS_SIM_THREAD_PRIORITY=10
CONFIG_GPS_SIM_THREAD_STACK_SIZE=1024
# CONFIG_GPS_SIM_LOG_LEVEL_OFF is not set
# CONFIG_GPS_SIM_LOG_LEVEL_ERR is not set
# CONFIG_GPS_SIM_LOG_LEVEL_WRN is not set
CONFIG_GPS_SIM_LOG_LEVEL_INF=y
# CONFIG_GPS_SIM_LOG_LEVEL_DBG is not set
CONFIG_GPS_SIM_LOG_LEVEL=3
# CONFIG_NRF9160_GPS is not set
# end of GPS Drivers

# CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC is not set
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
# CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH is not set
# end of Device Drivers

#
# External libraries
#
# CONFIG_CJSON_LIB is not set
# end of External libraries

# CONFIG_UNITY is not set
# end of Nordic nRF Connect

#
# MCUboot
#
CONFIG_BOOT_SIGNATURE_KEY_FILE=&amp;quot;root-rsa-2048.pem&amp;quot;
CONFIG_DT_FLASH_WRITE_BLOCK_SIZE=4
# end of MCUboot

#
# Nordic nrfxlib
#
CONFIG_BSD_LIB=y
# CONFIG_NFC_T2T_NRFXLIB is not set
# CONFIG_NFC_T4T_NRFXLIB is not set
# CONFIG_BT_LL_NRFXLIB_VS_INCLUDE is not set
# CONFIG_BT_LL_NRFXLIB_DEFAULT is not set

#
# Crypto libraries for nRF5x SOCs.
#
CONFIG_NRFXLIB_CRYPTO=y
CONFIG_NRF_OBERON=y
# CONFIG_NRF_CC310_BL is not set
# CONFIG_NRF_CC310_PLATFORM is not set
# end of Crypto libraries for nRF5x SOCs.

#
# Nordic Security
#
# CONFIG_NORDIC_SECURITY_BACKEND is not set
# end of Nordic Security
# end of Nordic nrfxlib

#
# Optional modules. Make sure they&amp;#39;re installed, via the project manifest.
#
# CONFIG_CANOPENNODE is not set
# CONFIG_CIVETWEB is not set
# CONFIG_LIBMETAL is not set
# CONFIG_HAS_SEMTECH_LORAMAC is not set
# CONFIG_HAS_SEMTECH_RADIO_DRIVERS is not set
# CONFIG_MBEDTLS is not set
# CONFIG_HAS_MEC_HAL is not set
CONFIG_HAS_NRFX=y

#
# nrfx drivers
#
# CONFIG_NRFX_CLOCK is not set
# CONFIG_NRFX_DPPI is not set
# CONFIG_NRFX_EGU is not set
# CONFIG_NRFX_EGU0 is not set
# CONFIG_NRFX_EGU1 is not set
# CONFIG_NRFX_EGU2 is not set
# CONFIG_NRFX_EGU3 is not set
# CONFIG_NRFX_EGU4 is not set
# CONFIG_NRFX_EGU5 is not set
# CONFIG_NRFX_GPIOTE is not set
# CONFIG_NRFX_I2S is not set
# CONFIG_NRFX_IPC is not set
CONFIG_NRFX_NVMC=y
# CONFIG_NRFX_PDM is not set
# CONFIG_NRFX_POWER is not set
# CONFIG_NRFX_PWM is not set
# CONFIG_NRFX_PWM0 is not set
# CONFIG_NRFX_PWM1 is not set
# CONFIG_NRFX_PWM2 is not set
# CONFIG_NRFX_PWM3 is not set
# CONFIG_NRFX_RTC is not set
# CONFIG_NRFX_RTC0 is not set
# CONFIG_NRFX_RTC1 is not set
# CONFIG_NRFX_SAADC is not set
CONFIG_NRFX_SPIM=y
CONFIG_NRFX_SPIM0=y
# CONFIG_NRFX_SPIM1 is not set
# CONFIG_NRFX_SPIM2 is not set
CONFIG_NRFX_SPIM3=y
# CONFIG_NRFX_SPIS is not set
# CONFIG_NRFX_SPIS0 is not set
# CONFIG_NRFX_SPIS1 is not set
# CONFIG_NRFX_SPIS2 is not set
# CONFIG_NRFX_SPIS3 is not set
# CONFIG_NRFX_SYSTICK is not set
# CONFIG_NRFX_TIMER is not set
# CONFIG_NRFX_TIMER0 is not set
# CONFIG_NRFX_TIMER1 is not set
# CONFIG_NRFX_TIMER2 is not set
CONFIG_NRFX_TWIM=y
# CONFIG_NRFX_TWIM0 is not set
# CONFIG_NRFX_TWIM1 is not set
CONFIG_NRFX_TWIM2=y
# CONFIG_NRFX_TWIM3 is not set
# CONFIG_NRFX_TWIS is not set
# CONFIG_NRFX_TWIS0 is not set
# CONFIG_NRFX_TWIS1 is not set
# CONFIG_NRFX_TWIS2 is not set
# CONFIG_NRFX_TWIS3 is not set
# CONFIG_NRFX_UARTE is not set
# CONFIG_NRFX_UARTE0 is not set
# CONFIG_NRFX_UARTE1 is not set
# CONFIG_NRFX_UARTE2 is not set
# CONFIG_NRFX_UARTE3 is not set
# CONFIG_NRFX_WDT is not set
# CONFIG_NRFX_WDT0 is not set
# CONFIG_NRFX_PRS is not set
# CONFIG_NRFX_PRS_BOX_0 is not set
# CONFIG_NRFX_PRS_BOX_1 is not set
# CONFIG_NRFX_PRS_BOX_2 is not set
# CONFIG_NRFX_PRS_BOX_3 is not set
# CONFIG_NRFX_PRS_BOX_4 is not set
# end of nrfx drivers

# CONFIG_OPENAMP is not set
# CONFIG_MIPI_SYST_LIB is not set
# CONFIG_TINYCBOR is not set
# end of Modules

CONFIG_SPI=y
# CONFIG_NET_L2_ETHERNET is not set
# CONFIG_ADC_LMP90XXX is not set
CONFIG_I2C=y
# CONFIG_MODEM is not set
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_NET_IPV6=y
# CONFIG_NET_CONFIG_NEED_IPV6 is not set
CONFIG_UART_1_NRF_UARTE=y
CONFIG_UART_1_NRF_FLOW_CONTROL=y
CONFIG_BT_HCI_ACL_FLOW_CONTROL=y
CONFIG_BOARD=&amp;quot;nrf9160_smdeva01&amp;quot;
CONFIG_ADC_0=y
CONFIG_I2C_2=y
CONFIG_SPI_3=y
CONFIG_FLASH_LOAD_SIZE=0x40000
CONFIG_FLASH_LOAD_OFFSET=0x40000
CONFIG_SOC=&amp;quot;nRF9160_SICA&amp;quot;
CONFIG_SOC_SERIES=&amp;quot;nrf91&amp;quot;
CONFIG_NUM_IRQS=65
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32768
# CONFIG_WATCHDOG is not set
# CONFIG_UART_NS16550 is not set
CONFIG_GPIO=y
CONFIG_SYS_POWER_MANAGEMENT=y
# CONFIG_SYS_POWER_DEEP_SLEEP_STATES is not set
CONFIG_HAS_SYS_POWER_STATE_DEEP_SLEEP_1=y
# CONFIG_DEVICE_POWER_MANAGEMENT is not set
CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT=y
# CONFIG_CORTEX_M_SYSTICK is not set
CONFIG_CLOCK_CONTROL=y
CONFIG_NRF_RTC_TIMER=y
CONFIG_SYS_CLOCK_TICKS_PER_SEC=32768
CONFIG_BUILD_OUTPUT_HEX=y
CONFIG_FLOAT=y
CONFIG_TEXT_SECTION_OFFSET=0
CONFIG_FLASH_SIZE=1024
CONFIG_FLASH_BASE_ADDRESS=0x0
CONFIG_SRAM_SIZE=128
CONFIG_SRAM_BASE_ADDRESS=0x20020000
# CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS is not set
CONFIG_TINYCRYPT=y
# CONFIG_NET_L2_IEEE802154 is not set
CONFIG_SOC_GECKO_EMU=y
CONFIG_HEAP_MEM_POOL_SIZE=16384
# CONFIG_BOARD_NRF9160_SMDEVA01 is not set
CONFIG_BOARD_NRF9160_SMDEVA01NS=y

#
# Board Options
#
CONFIG_BOARD_NRF52840_GPIO_RESET=y
CONFIG_BOARD_NRF52840_GPIO_RESET_PIN=30
# end of Board Options

# CONFIG_SOC_SERIES_BEETLE is not set
# CONFIG_SOC_SERIES_MPS2 is not set
# CONFIG_SOC_SERIES_MUSCA is not set
# CONFIG_SOC_SERIES_MUSCA_B1 is not set
# CONFIG_SOC_SERIES_SAMD20 is not set
# CONFIG_SOC_SERIES_SAMD21 is not set
# CONFIG_SOC_SERIES_SAMD51 is not set
# CONFIG_SOC_SERIES_SAME51 is not set
# CONFIG_SOC_SERIES_SAME53 is not set
# CONFIG_SOC_SERIES_SAME54 is not set
# CONFIG_SOC_SERIES_SAMR21 is not set
# CONFIG_SOC_SERIES_SAM3X is not set
# CONFIG_SOC_SERIES_SAM4S is not set
# CONFIG_SOC_SERIES_SAME70 is not set
# CONFIG_SOC_SERIES_VALKYRIE is not set
# CONFIG_SOC_SERIES_PSOC62 is not set
# CONFIG_SOC_SERIES_MEC1501X is not set
# CONFIG_SOC_SERIES_MEC1701X is not set
# CONFIG_SOC_SERIES_NRF51X is not set
# CONFIG_SOC_SERIES_NRF52X is not set
# CONFIG_SOC_SERIES_NRF53X is not set
CONFIG_SOC_SERIES_NRF91X=y
# CONFIG_SOC_SERIES_IMX_6X_M4 is not set
# CONFIG_SOC_SERIES_IMX7_M4 is not set
# CONFIG_SOC_SERIES_IMX_RT is not set
# CONFIG_SOC_SERIES_KINETIS_K2X is not set
# CONFIG_SOC_SERIES_KINETIS_K6X is not set
# CONFIG_SOC_SERIES_KINETIS_K8X is not set
# CONFIG_SOC_SERIES_KINETIS_KE1XF is not set
# CONFIG_SOC_SERIES_KINETIS_KL2X is not set
# CONFIG_SOC_SERIES_KINETIS_KV5X is not set
# CONFIG_SOC_SERIES_KINETIS_KWX is not set
# CONFIG_SOC_SERIES_LPC54XXX is not set
# CONFIG_SOC_SERIES_LPC55XXX is not set
# CONFIG_SOC_SERIES_EFM32GG11B is not set
# CONFIG_SOC_SERIES_EFM32HG is not set
# CONFIG_SOC_SERIES_EFM32JG12B is not set
# CONFIG_SOC_SERIES_EFM32PG12B is not set
# CONFIG_SOC_SERIES_EFM32WG is not set
# CONFIG_SOC_SERIES_EFR32FG1P is not set
# CONFIG_SOC_SERIES_EFR32MG12P is not set
# CONFIG_SOC_SERIES_STM32F0X is not set
# CONFIG_SOC_SERIES_STM32F1X is not set
# CONFIG_SOC_SERIES_STM32F2X is not set
# CONFIG_SOC_SERIES_STM32F3X is not set
# CONFIG_SOC_SERIES_STM32F4X is not set
# CONFIG_SOC_SERIES_STM32F7X is not set
# CONFIG_SOC_SERIES_STM32G0X is not set
# CONFIG_SOC_SERIES_STM32G4X is not set
# CONFIG_SOC_SERIES_STM32H7X is not set
# CONFIG_SOC_SERIES_STM32L0X is not set
# CONFIG_SOC_SERIES_STM32L1X is not set
# CONFIG_SOC_SERIES_STM32L4X is not set
# CONFIG_SOC_SERIES_STM32MP1X is not set
# CONFIG_SOC_SERIES_STM32WBX is not set
# CONFIG_SOC_TI_LM3S6965 is not set
# CONFIG_SOC_SERIES_CC13X2_CC26X2 is not set
# CONFIG_SOC_SERIES_CC32XX is not set
# CONFIG_SOC_SERIES_MSP432P4XX is not set
# CONFIG_SOC_XILINX_ZYNQMP_RPU is not set

#
# Hardware Configuration
#
CONFIG_CPU_HAS_ARM_MPU=y
CONFIG_CPU_HAS_NRF_IDAU=y
CONFIG_SOC_FAMILY=&amp;quot;nordic_nrf&amp;quot;
CONFIG_SOC_FAMILY_NRF=y
CONFIG_HAS_HW_NRF_CC310=y
CONFIG_HAS_HW_NRF_CLOCK=y
CONFIG_HAS_HW_NRF_DPPIC=y
CONFIG_HAS_HW_NRF_EGU0=y
CONFIG_HAS_HW_NRF_EGU1=y
CONFIG_HAS_HW_NRF_EGU2=y
CONFIG_HAS_HW_NRF_EGU3=y
CONFIG_HAS_HW_NRF_EGU4=y
CONFIG_HAS_HW_NRF_EGU5=y
CONFIG_HAS_HW_NRF_GPIO0=y
CONFIG_HAS_HW_NRF_GPIOTE=y
CONFIG_HAS_HW_NRF_I2S=y
CONFIG_HAS_HW_NRF_IPC=y
CONFIG_HAS_HW_NRF_PDM=y
CONFIG_HAS_HW_NRF_POWER=y
CONFIG_HAS_HW_NRF_PWM0=y
CONFIG_HAS_HW_NRF_PWM1=y
CONFIG_HAS_HW_NRF_PWM2=y
CONFIG_HAS_HW_NRF_PWM3=y
CONFIG_HAS_HW_NRF_RTC0=y
CONFIG_HAS_HW_NRF_RTC1=y
CONFIG_HAS_HW_NRF_SAADC=y
CONFIG_HAS_HW_NRF_SPIM0=y
CONFIG_HAS_HW_NRF_SPIM1=y
CONFIG_HAS_HW_NRF_SPIM2=y
CONFIG_HAS_HW_NRF_SPIM3=y
CONFIG_HAS_HW_NRF_SPIS0=y
CONFIG_HAS_HW_NRF_SPIS1=y
CONFIG_HAS_HW_NRF_SPIS2=y
CONFIG_HAS_HW_NRF_SPIS3=y
CONFIG_HAS_HW_NRF_SPU=y
CONFIG_HAS_HW_NRF_TIMER0=y
CONFIG_HAS_HW_NRF_TIMER1=y
CONFIG_HAS_HW_NRF_TIMER2=y
CONFIG_HAS_HW_NRF_TWIM0=y
CONFIG_HAS_HW_NRF_TWIM1=y
CONFIG_HAS_HW_NRF_TWIM2=y
CONFIG_HAS_HW_NRF_TWIM3=y
CONFIG_HAS_HW_NRF_TWIS0=y
CONFIG_HAS_HW_NRF_TWIS1=y
CONFIG_HAS_HW_NRF_TWIS2=y
CONFIG_HAS_HW_NRF_TWIS3=y
CONFIG_HAS_HW_NRF_UARTE0=y
CONFIG_HAS_HW_NRF_UARTE1=y
CONFIG_HAS_HW_NRF_UARTE2=y
CONFIG_HAS_HW_NRF_UARTE3=y
CONFIG_HAS_HW_NRF_WDT=y
CONFIG_NRF_ENABLE_ICACHE=y
CONFIG_SOC_NRF9160=y
CONFIG_SOC_NRF9160_SICA=y
# CONFIG_SOC_LOG_LEVEL_OFF is not set
# CONFIG_SOC_LOG_LEVEL_ERR is not set
# CONFIG_SOC_LOG_LEVEL_WRN is not set
CONFIG_SOC_LOG_LEVEL_INF=y
# CONFIG_SOC_LOG_LEVEL_DBG is not set
CONFIG_SOC_LOG_LEVEL=3
# end of Hardware Configuration

CONFIG_SOC_COMPATIBLE_NRF=y

#
# ARM Options
#
CONFIG_CPU_CORTEX=y
CONFIG_CPU_CORTEX_M=y
CONFIG_ISA_THUMB2=y
CONFIG_STACK_ALIGN_DOUBLE_WORD=y
# CONFIG_RUNTIME_NMI is not set
CONFIG_PLATFORM_SPECIFIC_INIT=y
CONFIG_FAULT_DUMP=2
# CONFIG_BUILTIN_STACK_GUARD is not set
CONFIG_ARM_NONSECURE_FIRMWARE=y

#
# ARM TrustZone Options
#

#
# Non-secure firmware
#
CONFIG_ARM_FIRMWARE_USES_SECURE_ENTRY_FUNCS=y
# end of ARM TrustZone Options

CONFIG_FP_HARDABI=y
# CONFIG_FP_SOFTABI is not set
CONFIG_CPU_CORTEX_M33=y
CONFIG_CPU_CORTEX_M_HAS_SYSTICK=y
CONFIG_CPU_CORTEX_M_HAS_DWT=y
CONFIG_CPU_CORTEX_M_HAS_BASEPRI=y
CONFIG_CPU_CORTEX_M_HAS_VTOR=y
CONFIG_CPU_CORTEX_M_HAS_SPLIM=y
CONFIG_CPU_CORTEX_M_HAS_PROGRAMMABLE_FAULT_PRIOS=y
CONFIG_CPU_CORTEX_M_HAS_CMSE=y
CONFIG_ARMV7_M_ARMV8_M_MAINLINE=y
CONFIG_ARMV8_M_MAINLINE=y
CONFIG_ARMV8_M_SE=y
CONFIG_ARMV7_M_ARMV8_M_FP=y
CONFIG_ARMV8_M_DSP=y
CONFIG_XIP=y

#
# ARM Cortex-M0/M0+/M3/M4/M7/M23/M33 options
#
CONFIG_GEN_ISR_TABLES=y
# CONFIG_ZERO_LATENCY_IRQS is not set
# end of ARM Cortex-M0/M0+/M3/M4/M7/M23/M33 options

CONFIG_GEN_IRQ_VECTOR_TABLE=y
CONFIG_ARM_MPU=y
CONFIG_ARM_MPU_REGION_MIN_ALIGN_AND_SIZE=32
# CONFIG_MPU_STACK_GUARD is not set
# CONFIG_MPU_ALLOW_FLASH_WRITE is not set
# CONFIG_CUSTOM_SECTION_ALIGN is not set
CONFIG_CUSTOM_SECTION_MIN_ALIGN_SIZE=32
CONFIG_ARM_TRUSTZONE_M=y
CONFIG_ARCH=&amp;quot;arm&amp;quot;
# end of ARM Options

# CONFIG_ARC is not set
CONFIG_ARM=y
# CONFIG_X86 is not set
# CONFIG_NIOS2 is not set
# CONFIG_RISCV is not set
# CONFIG_XTENSA is not set
# CONFIG_ARCH_POSIX is not set

#
# General Architecture Options
#
# CONFIG_ARCH_LOG_LEVEL_OFF is not set
# CONFIG_ARCH_LOG_LEVEL_ERR is not set
# CONFIG_ARCH_LOG_LEVEL_WRN is not set
CONFIG_ARCH_LOG_LEVEL_INF=y
# CONFIG_ARCH_LOG_LEVEL_DBG is not set
CONFIG_ARCH_LOG_LEVEL=3
# CONFIG_MPU_LOG_LEVEL_OFF is not set
# CONFIG_MPU_LOG_LEVEL_ERR is not set
# CONFIG_MPU_LOG_LEVEL_WRN is not set
CONFIG_MPU_LOG_LEVEL_INF=y
# CONFIG_MPU_LOG_LEVEL_DBG is not set
CONFIG_MPU_LOG_LEVEL=3
# CONFIG_TRUSTED_EXECUTION_SECURE is not set
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
# CONFIG_HW_STACK_PROTECTION is not set
# CONFIG_USERSPACE is not set
CONFIG_PRIVILEGED_STACK_SIZE=1024
CONFIG_PRIVILEGED_STACK_TEXT_AREA=256
CONFIG_KOBJECT_TEXT_AREA=256
# CONFIG_STACK_GROWS_UP is not set

#
# Interrupt Configuration
#
# CONFIG_DYNAMIC_INTERRUPTS is not set
CONFIG_GEN_SW_ISR_TABLE=y
CONFIG_ARCH_SW_ISR_TABLE_ALIGN=0
CONFIG_GEN_IRQ_START_VECTOR=0
# end of Interrupt Configuration
# end of General Architecture Options

CONFIG_ARCH_HAS_TRUSTED_EXECUTION=y
CONFIG_ARCH_HAS_STACK_PROTECTION=y
CONFIG_ARCH_HAS_USERSPACE=y
CONFIG_ARCH_HAS_EXECUTABLE_PAGE_BIT=y
CONFIG_ARCH_HAS_RAMFUNC_SUPPORT=y
CONFIG_ARCH_HAS_NESTED_EXCEPTION_DETECTION=y
CONFIG_ARCH_HAS_THREAD_ABORT=y
CONFIG_CPU_HAS_TEE=y
CONFIG_CPU_HAS_FPU=y
CONFIG_CPU_HAS_MPU=y
CONFIG_MEMORY_PROTECTION=y
CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS=y
CONFIG_MPU_GAP_FILLING=y
CONFIG_FP_SHARING=y

#
# General Kernel Options
#
# CONFIG_KERNEL_LOG_LEVEL_OFF is not set
# CONFIG_KERNEL_LOG_LEVEL_ERR is not set
# CONFIG_KERNEL_LOG_LEVEL_WRN is not set
CONFIG_KERNEL_LOG_LEVEL_INF=y
# CONFIG_KERNEL_LOG_LEVEL_DBG is not set
CONFIG_KERNEL_LOG_LEVEL=3
CONFIG_MULTITHREADING=y
CONFIG_NUM_COOP_PRIORITIES=16
CONFIG_NUM_PREEMPT_PRIORITIES=15
CONFIG_MAIN_THREAD_PRIORITY=0
CONFIG_COOP_ENABLED=y
CONFIG_PREEMPT_ENABLED=y
CONFIG_PRIORITY_CEILING=0
CONFIG_NUM_METAIRQ_PRIORITIES=0
# CONFIG_SCHED_DEADLINE is not set
# CONFIG_SCHED_CPU_MASK is not set
CONFIG_MAIN_STACK_SIZE=8192
CONFIG_IDLE_STACK_SIZE=320
CONFIG_ISR_STACK_SIZE=2048
CONFIG_THREAD_STACK_INFO=y
# CONFIG_THREAD_CUSTOM_DATA is not set
CONFIG_ERRNO=y
CONFIG_SCHED_DUMB=y
# CONFIG_SCHED_SCALABLE is not set
# CONFIG_SCHED_MULTIQ is not set
# CONFIG_WAITQ_SCALABLE is not set
CONFIG_WAITQ_DUMB=y

#
# Kernel Debugging and Metrics
#
# CONFIG_INIT_STACKS is not set
# CONFIG_KERNEL_DEBUG is not set
CONFIG_BOOT_BANNER=y
CONFIG_BOOT_DELAY=0
# CONFIG_EXECUTION_BENCHMARKING is not set
# CONFIG_THREAD_MONITOR is not set
# CONFIG_THREAD_NAME is not set
# end of Kernel Debugging and Metrics

#
# Work Queue Options
#
CONFIG_SYSTEM_WORKQUEUE_PRIORITY=-1
CONFIG_OFFLOAD_WORKQUEUE_STACK_SIZE=1024
CONFIG_OFFLOAD_WORKQUEUE_PRIORITY=-1
# end of Work Queue Options

#
# Atomic Operations
#
CONFIG_ATOMIC_OPERATIONS_BUILTIN=y
# end of Atomic Operations

#
# Timer API Options
#
CONFIG_TIMESLICING=y
CONFIG_TIMESLICE_SIZE=0
CONFIG_TIMESLICE_PRIORITY=0
CONFIG_POLL=y
# end of Timer API Options

#
# Other Kernel Object Options
#
CONFIG_NUM_MBOX_ASYNC_MSGS=10
CONFIG_NUM_PIPE_ASYNC_MSGS=10
CONFIG_HEAP_MEM_POOL_MIN_SIZE=64
# end of Other Kernel Object Options

CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN=y
CONFIG_SWAP_NONATOMIC=y
CONFIG_SYS_CLOCK_EXISTS=y

#
# Initialization Priorities
#
CONFIG_KERNEL_INIT_PRIORITY_OBJECTS=30
CONFIG_KERNEL_INIT_PRIORITY_DEFAULT=40
CONFIG_KERNEL_INIT_PRIORITY_DEVICE=50
CONFIG_APPLICATION_INIT_PRIORITY=90
# end of Initialization Priorities

#
# Security Options
#
# CONFIG_STACK_CANARIES is not set
CONFIG_STACK_POINTER_RANDOM=0
# end of Security Options

#
# SMP Options
#
CONFIG_MP_NUM_CPUS=1
# end of SMP Options

CONFIG_TICKLESS_IDLE=y
CONFIG_TICKLESS_IDLE_THRESH=3
CONFIG_TICKLESS_KERNEL=y
# CONFIG_SYS_PM_STATE_LOCK is not set
# CONFIG_SYS_PM_DIRECT_FORCE_MODE is not set
# CONFIG_SYS_PM_DEBUG is not set
CONFIG_SYS_PM_POLICY_RESIDENCY=y
# CONFIG_SYS_PM_POLICY_DUMMY is not set
# CONFIG_SYS_PM_POLICY_APP is not set
CONFIG_SYS_PM_MIN_RESIDENCY_DEEP_SLEEP_1=60000
# CONFIG_SYS_PM_LOG_LEVEL_OFF is not set
# CONFIG_SYS_PM_LOG_LEVEL_ERR is not set
# CONFIG_SYS_PM_LOG_LEVEL_WRN is not set
CONFIG_SYS_PM_LOG_LEVEL_INF=y
# CONFIG_SYS_PM_LOG_LEVEL_DBG is not set
CONFIG_SYS_PM_LOG_LEVEL=3
# end of General Kernel Options

CONFIG_HAS_DTS=y
CONFIG_HAS_DTS_GPIO=y
CONFIG_HAS_DTS_I2C=y

#
# Device Drivers
#

#
# Bluetooth Drivers
#

#
# Bluetooth HCI Driver Options
#
CONFIG_BT_UART=y
CONFIG_BT_H4=y
# CONFIG_BT_H5 is not set
# CONFIG_BT_RPMSG is not set
# CONFIG_BT_SPI is not set
# CONFIG_BT_STM32_IPM is not set
# CONFIG_BT_NO_DRIVER is not set
CONFIG_BT_UART_ON_DEV_NAME=&amp;quot;UART_1&amp;quot;
# end of Bluetooth Drivers

# CONFIG_IEEE802154 is not set
# CONFIG_LORA is not set
CONFIG_CONSOLE=y
CONFIG_CONSOLE_INPUT_MAX_LINE_LEN=128
CONFIG_CONSOLE_HAS_DRIVER=y
# CONFIG_UART_CONSOLE is not set
# CONFIG_USB_UART_CONSOLE is not set
# CONFIG_RAM_CONSOLE is not set
CONFIG_RTT_CONSOLE=y
CONFIG_RTT_TX_RETRY_CNT=2
CONFIG_RTT_TX_RETRY_DELAY_MS=2
# CONFIG_RTT_TX_RETRY_IN_INTERRUPT is not set
# CONFIG_IPM_CONSOLE_SENDER is not set
# CONFIG_IPM_CONSOLE_RECEIVER is not set
# CONFIG_UART_PIPE is not set
# CONFIG_UART_MCUMGR is not set
# CONFIG_UART_CONSOLE_LOG_LEVEL_OFF is not set
# CONFIG_UART_CONSOLE_LOG_LEVEL_ERR is not set
# CONFIG_UART_CONSOLE_LOG_LEVEL_WRN is not set
CONFIG_UART_CONSOLE_LOG_LEVEL_INF=y
# CONFIG_UART_CONSOLE_LOG_LEVEL_DBG is not set
CONFIG_UART_CONSOLE_LOG_LEVEL=3
# CONFIG_NET_LOOPBACK is not set
CONFIG_SERIAL=y

#
# Capabilities
#
CONFIG_SERIAL_HAS_DRIVER=y
CONFIG_SERIAL_SUPPORT_ASYNC=y
CONFIG_SERIAL_SUPPORT_INTERRUPT=y
# CONFIG_UART_ASYNC_API is not set
# CONFIG_UART_LINE_CTRL is not set
# CONFIG_UART_DRV_CMD is not set

#
# Serial Drivers
#
# CONFIG_UART_NSIM is not set
CONFIG_UART_NRFX=y
CONFIG_UART_1_INTERRUPT_DRIVEN=y
# CONFIG_UART_1_NRF_PARITY_BIT is not set
CONFIG_UART_1_NRF_TX_BUFFER_SIZE=32
CONFIG_NRF_UARTE_PERIPHERAL=y
# CONFIG_UART_ALTERA_JTAG is not set
# CONFIG_UART_PL011 is not set
# CONFIG_UART_RTT is not set

#
# Interrupt Controllers
#
# CONFIG_SWERV_PIC is not set
# CONFIG_MULTI_LEVEL_INTERRUPTS is not set
# end of Interrupt Controllers

#
# Timer Drivers
#
CONFIG_SYSTEM_CLOCK_DISABLE=y
# CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME is not set
# CONFIG_SYSTEM_CLOCK_SLOPPY_IDLE is not set
CONFIG_SYSTEM_CLOCK_INIT_PRIORITY=0
CONFIG_TICKLESS_CAPABLE=y
# end of Timer Drivers

CONFIG_ENTROPY_GENERATOR=y
CONFIG_ENTROPY_NRF_FORCE_ALT=y
CONFIG_ENTROPY_HAS_DRIVER=y
CONFIG_ENTROPY_NAME=&amp;quot;ENTROPY_0&amp;quot;
# CONFIG_GPIO_LOG_LEVEL_OFF is not set
# CONFIG_GPIO_LOG_LEVEL_ERR is not set
# CONFIG_GPIO_LOG_LEVEL_WRN is not set
CONFIG_GPIO_LOG_LEVEL_INF=y
# CONFIG_GPIO_LOG_LEVEL_DBG is not set
CONFIG_GPIO_LOG_LEVEL=3
# CONFIG_GPIO_SHELL is not set
# CONFIG_GPIO_DW is not set
# CONFIG_GPIO_PCAL9535A is not set
CONFIG_GPIO_NRFX=y
CONFIG_GPIO_NRF_INIT_PRIORITY=40
CONFIG_GPIO_NRF_P0=y
# CONFIG_GPIO_SX1509B is not set
# CONFIG_GPIO_INTEL_APL is not set
# CONFIG_SHARED_IRQ is not set
# CONFIG_SPI_ASYNC is not set
# CONFIG_SPI_SLAVE is not set
CONFIG_SPI_INIT_PRIORITY=70
# CONFIG_SPI_LOG_LEVEL_OFF is not set
# CONFIG_SPI_LOG_LEVEL_ERR is not set
# CONFIG_SPI_LOG_LEVEL_WRN is not set
CONFIG_SPI_LOG_LEVEL_INF=y
# CONFIG_SPI_LOG_LEVEL_DBG is not set
CONFIG_SPI_LOG_LEVEL=3
CONFIG_SPI_0=y
CONFIG_SPI_0_OP_MODES=1
# CONFIG_SPI_1 is not set
# CONFIG_SPI_2 is not set
CONFIG_SPI_3_OP_MODES=1
# CONFIG_SPI_4 is not set
# CONFIG_SPI_5 is not set
# CONFIG_SPI_6 is not set
# CONFIG_SPI_7 is not set
# CONFIG_SPI_8 is not set
CONFIG_SPI_NRFX=y
CONFIG_SPI_0_NRF_SPIM=y
CONFIG_SPI_0_NRF_ORC=0xff
CONFIG_SPI_3_NRF_SPIM=y
CONFIG_SPI_3_NRF_ORC=0xff
CONFIG_SPI_NRFX_RAM_BUFFER_SIZE=0
# CONFIG_SPI_OC_SIMPLE is not set
# CONFIG_I2C_SLAVE is not set
# CONFIG_I2C_GPIO is not set
CONFIG_I2C_NRFX=y
CONFIG_I2C_2_NRF_TWIM=y
# CONFIG_I2C_SBCON is not set
CONFIG_I2C_INIT_PRIORITY=60
# CONFIG_I2C_LOG_LEVEL_OFF is not set
# CONFIG_I2C_LOG_LEVEL_ERR is not set
# CONFIG_I2C_LOG_LEVEL_WRN is not set
CONFIG_I2C_LOG_LEVEL_INF=y
# CONFIG_I2C_LOG_LEVEL_DBG is not set
CONFIG_I2C_LOG_LEVEL=3
# CONFIG_I2C_0 is not set
# CONFIG_I2C_1 is not set
# CONFIG_I2C_3 is not set
# CONFIG_I2C_4 is not set
# CONFIG_I2C_5 is not set
# CONFIG_I2C_6 is not set
# CONFIG_I2C_7 is not set
# CONFIG_I2S is not set
# CONFIG_PWM is not set
# CONFIG_PINMUX is not set
CONFIG_ADC=y
# CONFIG_ADC_SHELL is not set
CONFIG_ADC_CONFIGURABLE_INPUTS=y
# CONFIG_ADC_ASYNC is not set
# CONFIG_ADC_LOG_LEVEL_OFF is not set
# CONFIG_ADC_LOG_LEVEL_ERR is not set
# CONFIG_ADC_LOG_LEVEL_WRN is not set
CONFIG_ADC_LOG_LEVEL_INF=y
# CONFIG_ADC_LOG_LEVEL_DBG is not set
CONFIG_ADC_LOG_LEVEL=3
CONFIG_ADC_1=y
# CONFIG_ADC_2 is not set
CONFIG_ADC_NRFX_SAADC=y
# CONFIG_CLOCK_CONTROL_LOG_LEVEL_OFF is not set
# CONFIG_CLOCK_CONTROL_LOG_LEVEL_ERR is not set
# CONFIG_CLOCK_CONTROL_LOG_LEVEL_WRN is not set
CONFIG_CLOCK_CONTROL_LOG_LEVEL_INF=y
# CONFIG_CLOCK_CONTROL_LOG_LEVEL_DBG is not set
CONFIG_CLOCK_CONTROL_LOG_LEVEL=3
CONFIG_CLOCK_CONTROL_NRF=y
# CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM is not set
# CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM is not set
# CONFIG_CLOCK_CONTROL_NRF_K32SRC_150PPM is not set
# CONFIG_CLOCK_CONTROL_NRF_K32SRC_100PPM is not set
# CONFIG_CLOCK_CONTROL_NRF_K32SRC_75PPM is not set
# CONFIG_CLOCK_CONTROL_NRF_K32SRC_50PPM is not set
# CONFIG_CLOCK_CONTROL_NRF_K32SRC_30PPM is not set
CONFIG_CLOCK_CONTROL_NRF_K32SRC_20PPM=y
# CONFIG_PTP_CLOCK is not set
# CONFIG_IPM is not set
# CONFIG_FLASH is not set
# CONFIG_COUNTER is not set
# CONFIG_DMA is not set
# CONFIG_USB is not set
# CONFIG_CRYPTO is not set
# CONFIG_DISPLAY is not set
# CONFIG_LED_STRIP is not set
# CONFIG_WIFI is not set
# CONFIG_LED is not set
# CONFIG_CAN is not set
# CONFIG_AUDIO is not set
# CONFIG_NEURAL_NET_ACCEL is not set
# CONFIG_HWINFO is not set
# CONFIG_ESPI is not set
# CONFIG_PS2 is not set
# CONFIG_KSCAN is not set
# CONFIG_VIDEO is not set
# CONFIG_EEPROM is not set
# end of Device Drivers

#
# C Library
#
CONFIG_REQUIRES_FULL_LIBC=y
CONFIG_NEWLIB_LIBC=y
# CONFIG_EXTERNAL_LIBC is not set
CONFIG_HAS_NEWLIB_LIBC_NANO=y
CONFIG_NEWLIB_LIBC_NANO=y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
# CONFIG_NEWLIB_LIBC_FLOAT_SCANF is not set
CONFIG_STDOUT_CONSOLE=y
# end of C Library

#
# Additional libraries
#
# CONFIG_LVGL is not set

#
# OS Support Library
#
# CONFIG_JSON_LIBRARY is not set
# CONFIG_RING_BUFFER is not set
# CONFIG_BASE64 is not set
# end of OS Support Library

CONFIG_POSIX_MAX_FDS=4
# CONFIG_POSIX_API is not set
# CONFIG_PTHREAD_IPC is not set
# CONFIG_POSIX_CLOCK is not set
CONFIG_MAX_TIMER_COUNT=5
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_UPDATEHUB is not set
# CONFIG_UPDATEHUB_LOG_LEVEL_OFF is not set
# CONFIG_UPDATEHUB_LOG_LEVEL_ERR is not set
# CONFIG_UPDATEHUB_LOG_LEVEL_WRN is not set
CONFIG_UPDATEHUB_LOG_LEVEL_INF=y
# CONFIG_UPDATEHUB_LOG_LEVEL_DBG is not set
CONFIG_UPDATEHUB_LOG_LEVEL=3
# end of Additional libraries

CONFIG_BT=y
# CONFIG_BT_LOG_LEVEL_OFF is not set
# CONFIG_BT_LOG_LEVEL_ERR is not set
# CONFIG_BT_LOG_LEVEL_WRN is not set
CONFIG_BT_LOG_LEVEL_INF=y
# CONFIG_BT_LOG_LEVEL_DBG is not set
CONFIG_BT_LOG_LEVEL=3
CONFIG_BT_HCI=y
# CONFIG_BT_CUSTOM is not set
# CONFIG_BT_HCI_RAW is not set
CONFIG_BT_PERIPHERAL=y
# CONFIG_BT_CENTRAL is not set
CONFIG_BT_BROADCASTER=y

#
# Observer
#
# CONFIG_BT_OBSERVER is not set
# end of Observer

#
# GATT Services
#
CONFIG_BT_GATT_DIS=y
# CONFIG_BT_GATT_DIS_SETTINGS is not set
CONFIG_BT_GATT_DIS_MODEL=&amp;quot;Orbis&amp;quot;
CONFIG_BT_GATT_DIS_MANUF=&amp;quot;Smart Start&amp;quot;
CONFIG_BT_GATT_DIS_PNP=y
CONFIG_BT_GATT_DIS_PNP_VID_SRC=1
CONFIG_BT_GATT_DIS_PNP_VID=0
CONFIG_BT_GATT_DIS_PNP_PID=0
CONFIG_BT_GATT_DIS_PNP_VER=1
# CONFIG_BT_GATT_DIS_SERIAL_NUMBER is not set
# CONFIG_BT_GATT_DIS_FW_REV is not set
# CONFIG_BT_GATT_DIS_HW_REV is not set
# CONFIG_BT_GATT_DIS_SW_REV is not set
# CONFIG_BT_GATT_BAS is not set
# CONFIG_BT_GATT_HRS is not set
# end of GATT Services

CONFIG_BT_CONN=y
CONFIG_BT_MAX_CONN=1
# CONFIG_BT_REMOTE_VERSION is not set
CONFIG_BT_PHY_UPDATE=y
CONFIG_BT_DATA_LEN_UPDATE=y
# CONFIG_BT_HCI_VS is not set
CONFIG_BT_WAIT_NOP=y
CONFIG_BT_RPA=y
CONFIG_BT_ASSERT=y
CONFIG_BT_ASSERT_VERBOSE=y
# CONFIG_BT_ASSERT_PANIC is not set
CONFIG_BT_DEBUG=y
# CONFIG_BT_DEBUG_NONE is not set
CONFIG_BT_DEBUG_LOG=y
# CONFIG_BT_DEBUG_MONITOR is not set
# CONFIG_BT_DEBUG_HCI_DRIVER is not set
# CONFIG_BT_DEBUG_RPA is not set

#
# Host Stack Configuration
#
CONFIG_BT_HCI_HOST=y
CONFIG_BT_HCI_CMD_COUNT=2
CONFIG_BT_RX_BUF_COUNT=3
CONFIG_BT_RX_BUF_LEN=76
CONFIG_BT_DISCARDABLE_BUF_COUNT=3
CONFIG_BT_DISCARDABLE_BUF_SIZE=45
# CONFIG_BT_HCI_TX_STACK_SIZE_WITH_PROMPT is not set
CONFIG_BT_HCI_ECC_STACK_SIZE=1100
CONFIG_BT_HCI_TX_PRIO=7
CONFIG_BT_HCI_RESERVE=0
CONFIG_BT_RECV_IS_RX_THREAD=y
CONFIG_BT_RX_PRIO=8
CONFIG_BT_HOST_CRYPTO=y
# CONFIG_BT_WHITELIST is not set
CONFIG_BT_ACL_RX_COUNT=6
CONFIG_BT_CONN_TX_MAX=3
CONFIG_BT_AUTO_PHY_UPDATE=y
# CONFIG_BT_REMOTE_INFO is not set
CONFIG_BT_SMP=y
CONFIG_BT_PRIVACY=y
CONFIG_BT_RPA_TIMEOUT=900
CONFIG_BT_SIGNING=y
# CONFIG_BT_SMP_SC_PAIR_ONLY is not set
# CONFIG_BT_SMP_SC_ONLY is not set
# CONFIG_BT_SMP_ALLOW_UNAUTH_OVERWRITE is not set
# CONFIG_BT_FIXED_PASSKEY is not set
CONFIG_BT_BONDABLE=y
# CONFIG_BT_BONDING_REQUIRED is not set
# CONFIG_BT_STORE_DEBUG_KEYS is not set
CONFIG_BT_SMP_ENFORCE_MITM=y
# CONFIG_BT_KEYS_OVERWRITE_OLDEST is not set

#
# L2CAP Options
#
CONFIG_BT_L2CAP_RX_MTU=65
CONFIG_BT_L2CAP_TX_BUF_COUNT=3
CONFIG_BT_L2CAP_TX_FRAG_COUNT=2
CONFIG_BT_L2CAP_TX_MTU=65
# CONFIG_BT_L2CAP_DYNAMIC_CHANNEL is not set
# CONFIG_BT_DEBUG_L2CAP is not set
# end of L2CAP Options

#
# ATT and GATT Options
#
CONFIG_BT_ATT_ENFORCE_FLOW=y
CONFIG_BT_ATT_PREPARE_COUNT=2
CONFIG_BT_ATT_TX_MAX=3
CONFIG_BT_GATT_SERVICE_CHANGED=y
# CONFIG_BT_GATT_DYNAMIC_DB is not set
CONFIG_BT_GATT_CACHING=y
# CONFIG_BT_GATT_ENFORCE_CHANGE_UNAWARE is not set
# CONFIG_BT_GATT_CLIENT is not set
CONFIG_BT_GATT_READ_MULTIPLE=y
CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=y
CONFIG_BT_GAP_PERIPHERAL_PREF_PARAMS=y
CONFIG_BT_PERIPHERAL_PREF_MIN_INT=24
CONFIG_BT_PERIPHERAL_PREF_MAX_INT=40
CONFIG_BT_PERIPHERAL_PREF_SLAVE_LATENCY=0
CONFIG_BT_PERIPHERAL_PREF_TIMEOUT=42
CONFIG_BT_DEVICE_NAME_GATT_WRITABLE=y
# CONFIG_BT_DEBUG_ATT is not set
# CONFIG_BT_DEBUG_GATT is not set
# end of ATT and GATT Options

CONFIG_BT_MAX_PAIRED=1
CONFIG_BT_CREATE_CONN_TIMEOUT=3
CONFIG_BT_CONN_PARAM_UPDATE_TIMEOUT=5000
CONFIG_BT_DEVICE_NAME_DYNAMIC=y
CONFIG_BT_DEVICE_NAME_MAX=65
CONFIG_BT_DEVICE_NAME=&amp;quot;Zephyr Peripheral Sample Long Name&amp;quot;
CONFIG_BT_DEVICE_APPEARANCE=833
CONFIG_BT_ID_MAX=1
CONFIG_BT_ECC=y
# CONFIG_BT_TINYCRYPT_ECC is not set
# CONFIG_BT_HOST_CCM is not set
# CONFIG_BT_DEBUG_HCI_CORE is not set
# CONFIG_BT_DEBUG_CONN is not set
# CONFIG_BT_DEBUG_KEYS is not set
# CONFIG_BT_DEBUG_SMP is not set
# CONFIG_BT_DEBUG_SERVICE is not set
# CONFIG_BT_TESTING is not set
# CONFIG_BT_BREDR is not set
# CONFIG_BT_HCI_VS_EVT_USER is not set

#
# BLE Controller support
#
# CONFIG_BT_CTLR is not set
# CONFIG_BT_SHELL is not set
CONFIG_BT_COMPANY_ID=0x05F1
# CONFIG_CONSOLE_SUBSYS is not set
# CONFIG_CPLUSPLUS is not set

#
# System Monitoring Options
#
# CONFIG_BOOT_TIME_MEASUREMENT is not set
# CONFIG_STATS is not set
# end of System Monitoring Options

#
# Debugging Options
#
# CONFIG_DEBUG is not set
# CONFIG_TRACING is not set
# CONFIG_STACK_USAGE is not set
# CONFIG_STACK_SENTINEL is not set
CONFIG_PRINTK=y
CONFIG_EARLY_CONSOLE=y
# CONFIG_ASSERT is not set
# CONFIG_FORCE_NO_ASSERT is not set
CONFIG_ASSERT_VERBOSE=y
# CONFIG_ASSERT_NO_FILE_INFO is not set
# CONFIG_ASSERT_NO_COND_INFO is not set
# CONFIG_ASSERT_NO_MSG_INFO is not set
# CONFIG_OBJECT_TRACING is not set
# CONFIG_OVERRIDE_FRAME_POINTER_DEFAULT is not set
# CONFIG_DEBUG_INFO is not set
# CONFIG_OPENOCD_SUPPORT is not set
# CONFIG_TRACING_CPU_STATS is not set
# CONFIG_TRACING_CTF is not set
CONFIG_HAS_SEGGER_RTT=y
CONFIG_USE_SEGGER_RTT=y
# CONFIG_SEGGER_SYSTEMVIEW is not set
CONFIG_SEGGER_RTT_MAX_NUM_UP_BUFFERS=3
CONFIG_SEGGER_RTT_MAX_NUM_DOWN_BUFFERS=3
CONFIG_SEGGER_RTT_BUFFER_SIZE_UP=1024
CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN=16
CONFIG_SEGGER_RTT_PRINTF_BUFFER_SIZE=64
CONFIG_SEGGER_RTT_MODE_NO_BLOCK_SKIP=y
# CONFIG_SEGGER_RTT_MODE_NO_BLOCK_TRIM is not set
# CONFIG_SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL is not set
CONFIG_SEGGER_RTT_MODE=0
# CONFIG_SEGGER_RTT_MEMCPY_USE_BYTELOOP is not set
# end of Debugging Options

# CONFIG_DISK_ACCESS is not set

#
# File Systems
#
# CONFIG_FILE_SYSTEM is not set
# CONFIG_NVS is not set
# end of File Systems

CONFIG_LOG=y
# CONFIG_LOG_MINIMAL is not set
# CONFIG_LOG_RUNTIME_FILTERING is not set
CONFIG_LOG_OVERRIDE_LEVEL=0
CONFIG_LOG_MAX_LEVEL=4
# CONFIG_LOG_MIPI_SYST_ENABLE is not set

#
# Prepend log message with function name
#
# CONFIG_LOG_FUNC_NAME_PREFIX_ERR is not set
# CONFIG_LOG_FUNC_NAME_PREFIX_WRN is not set
# CONFIG_LOG_FUNC_NAME_PREFIX_INF is not set
CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
# end of Prepend log message with function name

CONFIG_LOG_PRINTK=y
CONFIG_LOG_PRINTK_MAX_STRING_LENGTH=128
# CONFIG_LOG_IMMEDIATE is not set
CONFIG_LOG_MODE_OVERFLOW=y
# CONFIG_LOG_MODE_NO_OVERFLOW is not set
# CONFIG_LOG_BLOCK_IN_THREAD is not set
CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD=10
CONFIG_LOG_PROCESS_THREAD=y
CONFIG_LOG_PROCESS_THREAD_SLEEP_MS=1000
CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=768
CONFIG_LOG_BUFFER_SIZE=1024
CONFIG_LOG_DETECT_MISSED_STRDUP=y
CONFIG_LOG_STRDUP_MAX_STRING=46
CONFIG_LOG_STRDUP_BUF_COUNT=4
# CONFIG_LOG_STRDUP_POOL_PROFILING is not set
CONFIG_LOG_DOMAIN_ID=0
# CONFIG_LOG_FRONTEND is not set
CONFIG_LOG_BACKEND_RTT=y
# CONFIG_LOG_BACKEND_RTT_MODE_DROP is not set
CONFIG_LOG_BACKEND_RTT_MODE_BLOCK=y
CONFIG_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE=16
CONFIG_LOG_BACKEND_RTT_RETRY_CNT=4
CONFIG_LOG_BACKEND_RTT_RETRY_DELAY_MS=5
CONFIG_LOG_BACKEND_RTT_BUFFER=0
CONFIG_LOG_BACKEND_RTT_FORCE_PRINTK=y
# CONFIG_LOG_BACKEND_NET is not set
CONFIG_LOG_BACKEND_SHOW_COLOR=y
CONFIG_LOG_BACKEND_FORMAT_TIMESTAMP=y

#
# Management
#
# CONFIG_MCUMGR_SMP_BT is not set
# CONFIG_MCUMGR_SMP_SHELL is not set
# CONFIG_MCUMGR_SMP_UART is not set
# CONFIG_MCUMGR is not set
# end of Management

#
# Networking
#
CONFIG_NET_BUF=y
CONFIG_NET_BUF_USER_DATA_SIZE=4
# CONFIG_NET_BUF_LOG is not set
# CONFIG_NET_BUF_LOG_LEVEL_OFF is not set
# CONFIG_NET_BUF_LOG_LEVEL_ERR is not set
# CONFIG_NET_BUF_LOG_LEVEL_WRN is not set
CONFIG_NET_BUF_LOG_LEVEL_INF=y
# CONFIG_NET_BUF_LOG_LEVEL_DBG is not set
CONFIG_NET_BUF_LOG_LEVEL=3
# CONFIG_NET_BUF_POOL_USAGE is not set
CONFIG_NETWORKING=y
# CONFIG_NET_HOSTNAME_ENABLE is not set

#
# Link layer options
#
# CONFIG_NET_L2_DUMMY is not set
# CONFIG_NET_L2_BT_SHELL is not set
# CONFIG_NET_L2_PPP is not set
# CONFIG_NET_L2_CANBUS_RAW is not set
# CONFIG_NET_L2_WIFI_MGMT is not set
# CONFIG_NET_L2_WIFI_SHELL is not set
# end of Link layer options

#
# IP stack
#
# CONFIG_NET_NATIVE is not set
# CONFIG_NET_OFFLOAD is not set
CONFIG_NET_INIT_PRIO=90
CONFIG_NET_IF_MAX_IPV6_COUNT=1
CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=2
CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=3
CONFIG_NET_IF_IPV6_PREFIX_COUNT=2
CONFIG_NET_INITIAL_HOP_LIMIT=64
CONFIG_NET_IPV6_MAX_NEIGHBORS=8
# CONFIG_NET_IPV6_FRAGMENT is not set
CONFIG_NET_IPV6_MLD=y
CONFIG_NET_IPV6_NBR_CACHE=y
CONFIG_NET_IPV6_ND=y
CONFIG_NET_IPV6_DAD=y
CONFIG_NET_IPV6_RA_RDNSS=y
# CONFIG_NET_6LO is not set
CONFIG_NET_IPV6_LOG_LEVEL=0
CONFIG_NET_ICMPV6_LOG_LEVEL=0
CONFIG_NET_IPV6_NBR_CACHE_LOG_LEVEL=0
# CONFIG_NET_IPV4 is not set
# CONFIG_NET_SHELL is not set
CONFIG_NET_TC_TX_COUNT=1
CONFIG_NET_TC_RX_COUNT=1
CONFIG_NET_TC_MAPPING_STRICT=y
CONFIG_NET_TX_DEFAULT_PRIORITY=1
CONFIG_NET_RX_DEFAULT_PRIORITY=0
CONFIG_NET_IP_ADDR_CHECK=y
CONFIG_NET_MAX_ROUTERS=1
CONFIG_NET_ROUTE=y
CONFIG_NET_MAX_ROUTES=8
CONFIG_NET_MAX_NEXTHOPS=8
# CONFIG_NET_TCP is not set
# CONFIG_NET_TEST_PROTOCOL is not set
CONFIG_NET_UDP=y
CONFIG_NET_UDP_CHECKSUM=y
CONFIG_NET_UDP_LOG_LEVEL=0
CONFIG_NET_MAX_CONN=4
CONFIG_NET_MAX_CONTEXTS=6
# CONFIG_NET_CONTEXT_NET_PKT_POOL is not set
CONFIG_NET_CONTEXT_SYNC_RECV=y
CONFIG_NET_CONTEXT_CHECK=y
# CONFIG_NET_CONTEXT_PRIORITY is not set
# CONFIG_NET_CONTEXT_TIMESTAMP is not set
# CONFIG_NET_CONTEXT_TXTIME is not set
# CONFIG_NET_TEST is not set
# CONFIG_NET_TRICKLE is not set
CONFIG_NET_PKT_RX_COUNT=4
CONFIG_NET_PKT_TX_COUNT=4
CONFIG_NET_BUF_RX_COUNT=16
CONFIG_NET_BUF_TX_COUNT=16
CONFIG_NET_BUF_FIXED_DATA_SIZE=y
# CONFIG_NET_BUF_VARIABLE_DATA_SIZE is not set
CONFIG_NET_BUF_DATA_SIZE=128
CONFIG_NET_DEFAULT_IF_FIRST=y
# CONFIG_NET_PKT_TIMESTAMP is not set
# CONFIG_NET_PKT_TXTIME is not set
# CONFIG_NET_PKT_RXTIME_STATS is not set
# CONFIG_NET_PKT_TXTIME_STATS is not set
# CONFIG_NET_PROMISCUOUS_MODE is not set

#
# Stack usage
#
CONFIG_NET_TX_STACK_SIZE=1200
CONFIG_NET_RX_STACK_SIZE=1500
# end of Stack usage

# CONFIG_NET_MGMT is not set
# CONFIG_NET_STATISTICS is not set
# CONFIG_NET_LOG is not set
CONFIG_NET_PKT_LOG_LEVEL=0
# CONFIG_NET_DEBUG_NET_PKT_ALLOC is not set
CONFIG_NET_DEBUG_NET_PKT_EXTERNALS=0
# CONFIG_NET_DEBUG_NET_PKT_NON_FRAGILE_ACCESS is not set
CONFIG_NET_CORE_LOG_LEVEL=0
CONFIG_NET_IF_LOG_LEVEL=0
CONFIG_NET_TC_LOG_LEVEL=0
CONFIG_NET_UTILS_LOG_LEVEL=0
CONFIG_NET_CONTEXT_LOG_LEVEL=0
CONFIG_NET_CONN_LOG_LEVEL=0
CONFIG_NET_ROUTE_LOG_LEVEL=0
# end of IP stack

#
# Network Protocols
#
# CONFIG_COAP is not set
# CONFIG_DNS_RESOLVER is not set
# CONFIG_MQTT_LIB is not set
# CONFIG_HTTP_PARSER is not set
# CONFIG_HTTP_PARSER_URL is not set
# CONFIG_HTTP_CLIENT is not set
CONFIG_NET_HTTP_LOG_LEVEL=0
# CONFIG_WEBSOCKET_CLIENT is not set
# CONFIG_LWM2M is not set
# CONFIG_SOCKS is not set
# CONFIG_SNTP is not set
# end of Network Protocols

#
# Network Libraries
#
CONFIG_NET_CONFIG_AUTO_INIT=y
CONFIG_NET_CONFIG_INIT_PRIO=95
CONFIG_NET_CONFIG_INIT_TIMEOUT=30
# CONFIG_NET_CONFIG_NEED_IPV6_ROUTER is not set
# CONFIG_NET_CONFIG_NEED_IPV4 is not set
CONFIG_NET_CONFIG_LOG_LEVEL=0
# CONFIG_NET_CONFIG_SETTINGS is not set
CONFIG_NET_SOCKETS=y
CONFIG_NET_SOCKETS_POSIX_NAMES=y
CONFIG_NET_SOCKETS_POLL_MAX=3
CONFIG_NET_SOCKETS_CONNECT_TIMEOUT=3000
# CONFIG_NET_SOCKETS_SOCKOPT_TLS is not set
CONFIG_NET_SOCKETS_OFFLOAD=y
# CONFIG_NET_SOCKETS_CAN is not set
CONFIG_NET_SOCKETS_LOG_LEVEL=0
# CONFIG_TLS_CREDENTIALS is not set
# end of Network Libraries

#
# Network additional services
#
# CONFIG_NET_CONNECTION_MANAGER is not set
# end of Network additional services
# end of Networking

# CONFIG_SHELL is not set
# CONFIG_IMG_MANAGER is not set

#
# Random subsystem
#
CONFIG_ENTROPY_DEVICE_RANDOM_GENERATOR=y
# CONFIG_XOROSHIRO_RANDOM_GENERATOR is not set
CONFIG_CSPRING_ENABLED=y
CONFIG_HARDWARE_DEVICE_CS_GENERATOR=y
# CONFIG_CTR_DRBG_CSPRNG_GENERATOR is not set
# end of Random subsystem

#
# Storage
#
# end of Storage

# CONFIG_SETTINGS is not set

#
# Testing
#
# CONFIG_ZTEST is not set
# CONFIG_ZTEST_MOCKING is not set
# CONFIG_TEST is not set
# CONFIG_TEST_SHELL is not set
CONFIG_TEST_EXTRA_STACKSIZE=0
# CONFIG_TEST_USERSPACE is not set
CONFIG_TEST_ARM_CORTEX_M=y
# end of Testing

# CONFIG_CHARACTER_FRAMEBUFFER is not set
# CONFIG_JWT is not set

#
# Controller Area Network (CAN) bus subsystem
#
# end of Controller Area Network (CAN) bus subsystem

#
# External Sources
#

#
# HALs
#
CONFIG_HAS_CMSIS_CORE=y
CONFIG_HAS_CMSIS_CORE_M=y
# end of HALs

#
# Cryptography
#
# CONFIG_TINYCRYPT_CTR_PRNG is not set
CONFIG_TINYCRYPT_SHA256=y
CONFIG_TINYCRYPT_SHA256_HMAC=y
CONFIG_TINYCRYPT_SHA256_HMAC_PRNG=y
# CONFIG_TINYCRYPT_ECC_DH is not set
# CONFIG_TINYCRYPT_ECC_DSA is not set
CONFIG_TINYCRYPT_AES=y
# CONFIG_TINYCRYPT_AES_CBC is not set
# CONFIG_TINYCRYPT_AES_CTR is not set
# CONFIG_TINYCRYPT_AES_CCM is not set
CONFIG_TINYCRYPT_AES_CMAC=y
# end of Cryptography

# CONFIG_FNMATCH is not set
# end of External Sources

CONFIG_TOOLCHAIN_GNUARMEMB=y

#
# Build and Link Features
#

#
# Linker Options
#
# CONFIG_LINKER_ORPHAN_SECTION_PLACE is not set
CONFIG_LINKER_ORPHAN_SECTION_WARN=y
# CONFIG_LINKER_ORPHAN_SECTION_ERROR is not set
# CONFIG_CODE_DATA_RELOCATION is not set
CONFIG_HAS_FLASH_LOAD_OFFSET=y
# CONFIG_USE_DT_CODE_PARTITION is not set
# CONFIG_HAVE_CUSTOM_LINKER_SCRIPT is not set
# CONFIG_CUSTOM_RODATA_LD is not set
# CONFIG_CUSTOM_RWDATA_LD is not set
# CONFIG_CUSTOM_SECTIONS_LD is not set
CONFIG_KERNEL_ENTRY=&amp;quot;__start&amp;quot;
CONFIG_LINKER_SORT_BY_ALIGNMENT=y
# end of Linker Options

#
# Compiler Options
#
# CONFIG_NATIVE_APPLICATION is not set
CONFIG_SIZE_OPTIMIZATIONS=y
# CONFIG_SPEED_OPTIMIZATIONS is not set
# CONFIG_DEBUG_OPTIMIZATIONS is not set
# CONFIG_NO_OPTIMIZATIONS is not set
CONFIG_COMPILER_OPT=&amp;quot;&amp;quot;
# end of Compiler Options

# CONFIG_ASSERT_ON_ERRORS is not set
# CONFIG_NO_RUNTIME_CHECKS is not set
CONFIG_RUNTIME_ERROR_CHECKS=y

#
# Build Options
#
CONFIG_KERNEL_BIN_NAME=&amp;quot;zephyr&amp;quot;
CONFIG_OUTPUT_STAT=y
CONFIG_OUTPUT_DISASSEMBLY=y
CONFIG_OUTPUT_PRINT_MEMORY_USAGE=y
CONFIG_BUILD_OUTPUT_BIN=y
# CONFIG_BUILD_OUTPUT_EXE is not set
# CONFIG_BUILD_OUTPUT_S19 is not set
# CONFIG_BUILD_NO_GAP_FILL is not set
# CONFIG_BUILD_OUTPUT_STRIPPED is not set
# CONFIG_APPLICATION_DEFINED_SYSCALL is not set
# CONFIG_MAKEFILE_EXPORTS is not set
# end of Build Options
# end of Build and Link Features

#
# Boot Options
#
# CONFIG_IS_BOOTLOADER is not set
# CONFIG_BOOTLOADER_MCUBOOT is not set
CONFIG_REBOOT=y
# CONFIG_MISRA_SANE is not set
# end of Boot Options

#
# Compatibility
#
CONFIG_COMPAT_INCLUDES=y
# end of Compatibility
# end of Zephyr Kernel

# CONFIG_ASSET_TRACKER_LOG_LEVEL_OFF is not set
# CONFIG_ASSET_TRACKER_LOG_LEVEL_ERR is not set
# CONFIG_ASSET_TRACKER_LOG_LEVEL_WRN is not set
CONFIG_ASSET_TRACKER_LOG_LEVEL_INF=y
# CONFIG_ASSET_TRACKER_LOG_LEVEL_DBG is not set
CONFIG_ASSET_TRACKER_LOG_LEVEL=3
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using SPI0 and LTE together throws a fault</title><link>https://devzone.nordicsemi.com/thread/247902?ContentTypeID=1</link><pubDate>Mon, 04 May 2020 13:35:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32c78308-682e-479c-92da-1bc2a2c1886d</guid><dc:creator>vchhabra</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/dts-v1/;

/ {
	#address-cells = &amp;lt; 0x1 &amp;gt;;
	#size-cells = &amp;lt; 0x1 &amp;gt;;
	model = &amp;quot;Orbis SMDEVA01 Eval Board&amp;quot;;
	compatible = &amp;quot;nordic,pca10090-dk&amp;quot;, &amp;quot;nordic,nrf9160-sica&amp;quot;, &amp;quot;nordic,nrf9160&amp;quot;;
	chosen {
		zephyr,flash = &amp;amp;flash0;
		zephyr,sram = &amp;amp;sram0_ns;
		zephyr,code-partition = &amp;amp;slot0_ns_partition;
		zephyr,bt-uart = &amp;amp;uart1;
	};
	aliases {
		flash-controller = &amp;amp;flash_controller;
		rtc-0 = &amp;amp;rtc0;
		rtc-1 = &amp;amp;rtc1;
		uart-0 = &amp;amp;uart0;
		uart-1 = &amp;amp;uart1;
		uart-2 = &amp;amp;uart2;
		uart-3 = &amp;amp;uart3;
		adc-0 = &amp;amp;adc;
		egu-0 = &amp;amp;egu0;
		egu-1 = &amp;amp;egu1;
		egu-2 = &amp;amp;egu2;
		egu-3 = &amp;amp;egu3;
		egu-4 = &amp;amp;egu4;
		egu-5 = &amp;amp;egu5;
		gpio-0 = &amp;amp;gpio0;
		gpiote-0 = &amp;amp;gpiote;
		i2c-0 = &amp;amp;i2c0;
		i2c-1 = &amp;amp;i2c1;
		i2c-2 = &amp;amp;i2c2;
		i2c-3 = &amp;amp;i2c3;
		i2s-0 = &amp;amp;i2s0;
		pdm-0 = &amp;amp;pdm0;
		spi-0 = &amp;amp;spi0;
		spi-1 = &amp;amp;spi1;
		spi-2 = &amp;amp;spi2;
		spi-3 = &amp;amp;spi3;
		pwm-0 = &amp;amp;pwm0;
		pwm-1 = &amp;amp;pwm1;
		pwm-2 = &amp;amp;pwm2;
		pwm-3 = &amp;amp;pwm3;
		wdt-0 = &amp;amp;wdt;
		timer-0 = &amp;amp;timer0;
		timer-1 = &amp;amp;timer1;
		timer-2 = &amp;amp;timer2;
	};
	soc {
		#address-cells = &amp;lt; 0x1 &amp;gt;;
		#size-cells = &amp;lt; 0x1 &amp;gt;;
		compatible = &amp;quot;nordic,nRF9160-SICA&amp;quot;, &amp;quot;nordic,nRF9160&amp;quot;, &amp;quot;nordic,nRF91&amp;quot;, &amp;quot;simple-bus&amp;quot;;
		interrupt-parent = &amp;lt; &amp;amp;nvic &amp;gt;;
		ranges;
		nvic: interrupt-controller@e000e100 {
			compatible = &amp;quot;arm,v8m-nvic&amp;quot;;
			reg = &amp;lt; 0xe000e100 0xc00 &amp;gt;;
			interrupt-controller;
			#interrupt-cells = &amp;lt; 0x2 &amp;gt;;
			arm,num-irq-priority-bits = &amp;lt; 0x3 &amp;gt;;
			phandle = &amp;lt; 0x1 &amp;gt;;
		};
		systick: timer@e000e010 {
			compatible = &amp;quot;arm,armv8m-systick&amp;quot;;
			reg = &amp;lt; 0xe000e010 0x10 &amp;gt;;
			status = &amp;quot;disabled&amp;quot;;
		};
		sram0: memory@20000000 {
			compatible = &amp;quot;mmio-sram&amp;quot;;
			reg = &amp;lt; 0x20000000 0x10000 &amp;gt;;
		};
		peripheral@40000000 {
			#address-cells = &amp;lt; 0x1 &amp;gt;;
			#size-cells = &amp;lt; 0x1 &amp;gt;;
			ranges = &amp;lt; 0x0 0x40000000 0x10000000 &amp;gt;;
			flash_controller: flash-controller@39000 {
				compatible = &amp;quot;nordic,nrf91-flash-controller&amp;quot;;
				reg = &amp;lt; 0x39000 0x1000 &amp;gt;;
				#address-cells = &amp;lt; 0x1 &amp;gt;;
				#size-cells = &amp;lt; 0x1 &amp;gt;;
				label = &amp;quot;NRF_FLASH_DRV_NAME&amp;quot;;
				flash0: flash@0 {
					compatible = &amp;quot;soc-nv-flash&amp;quot;;
					label = &amp;quot;NRF_FLASH&amp;quot;;
					erase-block-size = &amp;lt; 0x1000 &amp;gt;;
					write-block-size = &amp;lt; 0x4 &amp;gt;;
					reg = &amp;lt; 0x0 0x100000 &amp;gt;;
					partitions {
						compatible = &amp;quot;fixed-partitions&amp;quot;;
						#address-cells = &amp;lt; 0x1 &amp;gt;;
						#size-cells = &amp;lt; 0x1 &amp;gt;;
						boot_partition: partition@0 {
							label = &amp;quot;mcuboot&amp;quot;;
							reg = &amp;lt; 0x0 0x10000 &amp;gt;;
						};
						slot0_partition: partition@10000 {
							label = &amp;quot;image-0&amp;quot;;
							reg = &amp;lt; 0x10000 0x30000 &amp;gt;;
						};
						slot0_ns_partition: partition@40000 {
							label = &amp;quot;image-0-nonsecure&amp;quot;;
							reg = &amp;lt; 0x40000 0x40000 &amp;gt;;
						};
						slot1_partition: partition@80000 {
							label = &amp;quot;image-1&amp;quot;;
							reg = &amp;lt; 0x80000 0x30000 &amp;gt;;
						};
						slot1_ns_partition: partition@b0000 {
							label = &amp;quot;image-1-nonsecure&amp;quot;;
							reg = &amp;lt; 0xb0000 0x40000 &amp;gt;;
						};
						scratch_partition: partition@f0000 {
							label = &amp;quot;image-scratch&amp;quot;;
							reg = &amp;lt; 0xf0000 0xa000 &amp;gt;;
						};
						storage_partition: partition@fa000 {
							label = &amp;quot;storage&amp;quot;;
							reg = &amp;lt; 0xfa000 0x6000 &amp;gt;;
						};
					};
				};
			};
			adc: adc@e000 {
				compatible = &amp;quot;nordic,nrf-saadc&amp;quot;;
				reg = &amp;lt; 0xe000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0xe 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
				label = &amp;quot;ADC_0&amp;quot;;
				#io-channel-cells = &amp;lt; 0x1 &amp;gt;;
			};
			dppic: dppic@17000 {
				compatible = &amp;quot;nordic,nrf-dppic&amp;quot;;
				reg = &amp;lt; 0x17000 0x1000 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
				label = &amp;quot;DPPIC&amp;quot;;
			};
			egu0: egu@1b000 {
				compatible = &amp;quot;nordic,nrf-egu&amp;quot;;
				reg = &amp;lt; 0x1b000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x1b 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
			};
			egu1: egu@1c000 {
				compatible = &amp;quot;nordic,nrf-egu&amp;quot;;
				reg = &amp;lt; 0x1c000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x1c 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
			};
			egu2: egu@1d000 {
				compatible = &amp;quot;nordic,nrf-egu&amp;quot;;
				reg = &amp;lt; 0x1d000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x1d 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
			};
			egu3: egu@1e000 {
				compatible = &amp;quot;nordic,nrf-egu&amp;quot;;
				reg = &amp;lt; 0x1e000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x1e 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
			};
			egu4: egu@1f000 {
				compatible = &amp;quot;nordic,nrf-egu&amp;quot;;
				reg = &amp;lt; 0x1f000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x1f 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
			};
			egu5: egu@20000 {
				compatible = &amp;quot;nordic,nrf-egu&amp;quot;;
				reg = &amp;lt; 0x20000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x20 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
			};
			i2s0: i2s@28000 {
				compatible = &amp;quot;nordic,nrf-i2s&amp;quot;;
				#address-cells = &amp;lt; 0x1 &amp;gt;;
				#size-cells = &amp;lt; 0x0 &amp;gt;;
				reg = &amp;lt; 0x28000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x28 0x1 &amp;gt;;
				status = &amp;quot;disabled&amp;quot;;
				label = &amp;quot;I2S_0&amp;quot;;
			};
			kmu: kmu@39000 {
				compatible = &amp;quot;nordic,nrf-kmu&amp;quot;;
				reg = &amp;lt; 0x39000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x39 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
			};
			pdm0: pdm@26000 {
				compatible = &amp;quot;nordic,nrf-pdm&amp;quot;;
				reg = &amp;lt; 0x26000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x26 0x1 &amp;gt;;
				status = &amp;quot;disabled&amp;quot;;
				label = &amp;quot;PDM_0&amp;quot;;
			};
			regulators: regulator@4000 {
				compatible = &amp;quot;nordic,nrf-regulators&amp;quot;;
				reg = &amp;lt; 0x4000 0x1000 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
			};
			vmc: vmc@3a000 {
				compatible = &amp;quot;nordic,nrf-vmc&amp;quot;;
				reg = &amp;lt; 0x3a000 0x1000 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
			};
			uart0: uart@8000 {
				compatible = &amp;quot;nordic,nrf-uarte&amp;quot;;
				reg = &amp;lt; 0x8000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x8 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
				label = &amp;quot;UART_0&amp;quot;;
				tx-pin = &amp;lt; 0xb &amp;gt;;
				rx-pin = &amp;lt; 0xc &amp;gt;;
				current-speed = &amp;lt; 0x1c200 &amp;gt;;
			};
			uart1: uart@9000 {
				compatible = &amp;quot;nordic,nrf-uarte&amp;quot;;
				reg = &amp;lt; 0x9000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x9 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
				label = &amp;quot;UART_1&amp;quot;;
				current-speed = &amp;lt; 0xf4240 &amp;gt;;
				tx-pin = &amp;lt; 0x14 &amp;gt;;
				rx-pin = &amp;lt; 0x11 &amp;gt;;
				rts-pin = &amp;lt; 0x13 &amp;gt;;
				cts-pin = &amp;lt; 0x12 &amp;gt;;
			};
			uart2: uart@a000 {
				compatible = &amp;quot;nordic,nrf-uarte&amp;quot;;
				reg = &amp;lt; 0xa000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0xa 0x1 &amp;gt;;
				status = &amp;quot;disabled&amp;quot;;
				label = &amp;quot;UART_2&amp;quot;;
			};
			uart3: uart@b000 {
				compatible = &amp;quot;nordic,nrf-uarte&amp;quot;;
				reg = &amp;lt; 0xb000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0xb 0x1 &amp;gt;;
				status = &amp;quot;disabled&amp;quot;;
				label = &amp;quot;UART_3&amp;quot;;
			};
			i2c0: i2c@8000 {
				#address-cells = &amp;lt; 0x1 &amp;gt;;
				#size-cells = &amp;lt; 0x0 &amp;gt;;
				reg = &amp;lt; 0x8000 0x1000 &amp;gt;;
				clock-frequency = &amp;lt; 0x186a0 &amp;gt;;
				interrupts = &amp;lt; 0x8 0x1 &amp;gt;;
				status = &amp;quot;disabled&amp;quot;;
				label = &amp;quot;I2C_0&amp;quot;;
			};
			i2c1: i2c@9000 {
				#address-cells = &amp;lt; 0x1 &amp;gt;;
				#size-cells = &amp;lt; 0x0 &amp;gt;;
				reg = &amp;lt; 0x9000 0x1000 &amp;gt;;
				clock-frequency = &amp;lt; 0x186a0 &amp;gt;;
				interrupts = &amp;lt; 0x9 0x1 &amp;gt;;
				status = &amp;quot;disabled&amp;quot;;
				label = &amp;quot;I2C_1&amp;quot;;
			};
			i2c2: i2c@a000 {
				#address-cells = &amp;lt; 0x1 &amp;gt;;
				#size-cells = &amp;lt; 0x0 &amp;gt;;
				reg = &amp;lt; 0xa000 0x1000 &amp;gt;;
				clock-frequency = &amp;lt; 0x186a0 &amp;gt;;
				interrupts = &amp;lt; 0xa 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
				label = &amp;quot;I2C_2&amp;quot;;
				compatible = &amp;quot;nordic,nrf-twim&amp;quot;;
				sda-pin = &amp;lt; 0x1 &amp;gt;;
				scl-pin = &amp;lt; 0x0 &amp;gt;;
			};
			i2c3: i2c@b000 {
				#address-cells = &amp;lt; 0x1 &amp;gt;;
				#size-cells = &amp;lt; 0x0 &amp;gt;;
				reg = &amp;lt; 0xb000 0x1000 &amp;gt;;
				clock-frequency = &amp;lt; 0x186a0 &amp;gt;;
				interrupts = &amp;lt; 0xb 0x1 &amp;gt;;
				status = &amp;quot;disabled&amp;quot;;
				label = &amp;quot;I2C_3&amp;quot;;
			};
			spi0: spi@8000 {
				#address-cells = &amp;lt; 0x1 &amp;gt;;
				#size-cells = &amp;lt; 0x0 &amp;gt;;
				reg = &amp;lt; 0x8000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x8 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
				label = &amp;quot;SPI_0&amp;quot;;
				compatible = &amp;quot;nordic,nrf-spim&amp;quot;;
				sck-pin = &amp;lt; 0x1a &amp;gt;;
				mosi-pin = &amp;lt; 0x1d &amp;gt;;
				miso-pin = &amp;lt; 0x1c &amp;gt;;
			};
			spi1: spi@9000 {
				#address-cells = &amp;lt; 0x1 &amp;gt;;
				#size-cells = &amp;lt; 0x0 &amp;gt;;
				reg = &amp;lt; 0x9000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x9 0x1 &amp;gt;;
				status = &amp;quot;disabled&amp;quot;;
				label = &amp;quot;SPI_1&amp;quot;;
			};
			spi2: spi@a000 {
				#address-cells = &amp;lt; 0x1 &amp;gt;;
				#size-cells = &amp;lt; 0x0 &amp;gt;;
				reg = &amp;lt; 0xa000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0xa 0x1 &amp;gt;;
				status = &amp;quot;disabled&amp;quot;;
				label = &amp;quot;SPI_2&amp;quot;;
			};
			spi3: spi@b000 {
				#address-cells = &amp;lt; 0x1 &amp;gt;;
				#size-cells = &amp;lt; 0x0 &amp;gt;;
				reg = &amp;lt; 0xb000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0xb 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
				label = &amp;quot;SPI_3&amp;quot;;
				compatible = &amp;quot;nordic,nrf-spim&amp;quot;;
				sck-pin = &amp;lt; 0x17 &amp;gt;;
				mosi-pin = &amp;lt; 0x15 &amp;gt;;
				miso-pin = &amp;lt; 0x16 &amp;gt;;
			};
			pwm0: pwm@21000 {
				compatible = &amp;quot;nordic,nrf-pwm&amp;quot;;
				reg = &amp;lt; 0x21000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x21 0x1 &amp;gt;;
				status = &amp;quot;disabled&amp;quot;;
				label = &amp;quot;PWM_0&amp;quot;;
				#pwm-cells = &amp;lt; 0x1 &amp;gt;;
			};
			pwm1: pwm@22000 {
				compatible = &amp;quot;nordic,nrf-pwm&amp;quot;;
				reg = &amp;lt; 0x22000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x22 0x1 &amp;gt;;
				status = &amp;quot;disabled&amp;quot;;
				label = &amp;quot;PWM_1&amp;quot;;
				#pwm-cells = &amp;lt; 0x1 &amp;gt;;
			};
			pwm2: pwm@23000 {
				compatible = &amp;quot;nordic,nrf-pwm&amp;quot;;
				reg = &amp;lt; 0x23000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x23 0x1 &amp;gt;;
				status = &amp;quot;disabled&amp;quot;;
				label = &amp;quot;PWM_2&amp;quot;;
				#pwm-cells = &amp;lt; 0x1 &amp;gt;;
			};
			pwm3: pwm@24000 {
				compatible = &amp;quot;nordic,nrf-pwm&amp;quot;;
				reg = &amp;lt; 0x24000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x24 0x1 &amp;gt;;
				status = &amp;quot;disabled&amp;quot;;
				label = &amp;quot;PWM_3&amp;quot;;
				#pwm-cells = &amp;lt; 0x1 &amp;gt;;
			};
			gpio0: gpio@842500 {
				compatible = &amp;quot;nordic,nrf-gpio&amp;quot;;
				gpio-controller;
				reg = &amp;lt; 0x842500 0x300 &amp;gt;;
				#gpio-cells = &amp;lt; 0x2 &amp;gt;;
				label = &amp;quot;GPIO_0&amp;quot;;
				status = &amp;quot;okay&amp;quot;;
			};
			rtc0: rtc@14000 {
				compatible = &amp;quot;nordic,nrf-rtc&amp;quot;;
				reg = &amp;lt; 0x14000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x14 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
				clock-frequency = &amp;lt; 0x8000 &amp;gt;;
				prescaler = &amp;lt; 0x1 &amp;gt;;
				label = &amp;quot;RTC_0&amp;quot;;
			};
			rtc1: rtc@15000 {
				compatible = &amp;quot;nordic,nrf-rtc&amp;quot;;
				reg = &amp;lt; 0x15000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x15 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
				clock-frequency = &amp;lt; 0x8000 &amp;gt;;
				prescaler = &amp;lt; 0x1 &amp;gt;;
				label = &amp;quot;RTC_1&amp;quot;;
			};
			clock: clock@5000 {
				compatible = &amp;quot;nordic,nrf-clock&amp;quot;;
				reg = &amp;lt; 0x5000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x5 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
				label = &amp;quot;CLOCK&amp;quot;;
			};
			power: power@5000 {
				compatible = &amp;quot;nordic,nrf-power&amp;quot;;
				reg = &amp;lt; 0x5000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x5 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
			};
			wdt: watchdog@18000 {
				compatible = &amp;quot;nordic,nrf-watchdog&amp;quot;;
				reg = &amp;lt; 0x18000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x18 0x1 &amp;gt;;
				status = &amp;quot;okay&amp;quot;;
				label = &amp;quot;WDT&amp;quot;;
			};
			timer0: timer@f000 {
				compatible = &amp;quot;nordic,nrf-timer&amp;quot;;
				status = &amp;quot;okay&amp;quot;;
				reg = &amp;lt; 0xf000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0xf 0x1 &amp;gt;;
				prescaler = &amp;lt; 0x0 &amp;gt;;
				label = &amp;quot;TIMER_0&amp;quot;;
			};
			timer1: timer@10000 {
				compatible = &amp;quot;nordic,nrf-timer&amp;quot;;
				status = &amp;quot;okay&amp;quot;;
				reg = &amp;lt; 0x10000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x10 0x1 &amp;gt;;
				prescaler = &amp;lt; 0x0 &amp;gt;;
				label = &amp;quot;TIMER_1&amp;quot;;
			};
			timer2: timer@11000 {
				compatible = &amp;quot;nordic,nrf-timer&amp;quot;;
				status = &amp;quot;okay&amp;quot;;
				reg = &amp;lt; 0x11000 0x1000 &amp;gt;;
				interrupts = &amp;lt; 0x11 0x1 &amp;gt;;
				prescaler = &amp;lt; 0x0 &amp;gt;;
				label = &amp;quot;TIMER_2&amp;quot;;
			};
		};
		gpiote: gpiote@40031000 {
			compatible = &amp;quot;nordic,nrf-gpiote&amp;quot;;
			reg = &amp;lt; 0x40031000 0x1000 &amp;gt;;
			interrupts = &amp;lt; 0x31 0x5 &amp;gt;;
			status = &amp;quot;okay&amp;quot;;
			label = &amp;quot;GPIOTE_1&amp;quot;;
		};
	};
	cpus {
		#address-cells = &amp;lt; 0x1 &amp;gt;;
		#size-cells = &amp;lt; 0x0 &amp;gt;;
		cpu@0 {
			device_type = &amp;quot;cpu&amp;quot;;
			compatible = &amp;quot;arm,cortex-m33f&amp;quot;;
			reg = &amp;lt; 0x0 &amp;gt;;
			#address-cells = &amp;lt; 0x1 &amp;gt;;
			#size-cells = &amp;lt; 0x1 &amp;gt;;
			mpu: mpu@e000ed90 {
				compatible = &amp;quot;arm,armv8m-mpu&amp;quot;;
				reg = &amp;lt; 0xe000ed90 0x40 &amp;gt;;
				arm,num-mpu-regions = &amp;lt; 0x10 &amp;gt;;
			};
		};
	};
	sram0_bsd: memory@20010000 {
		compatible = &amp;quot;mmio-sram&amp;quot;;
		reg = &amp;lt; 0x20010000 0x10000 &amp;gt;;
	};
	sram0_ns: memory@20020000 {
		compatible = &amp;quot;mmio-sram&amp;quot;;
		reg = &amp;lt; 0x20020000 0x20000 &amp;gt;;
	};
};
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using SPI0 and LTE together throws a fault</title><link>https://devzone.nordicsemi.com/thread/247685?ContentTypeID=1</link><pubDate>Fri, 01 May 2020 14:55:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee610deb-9e32-40dd-afb8-7e2df4aa065e</guid><dc:creator>vchhabra</dc:creator><description>&lt;p&gt;We have a custom board package for our custom board. Issue is we cannot turn off serial as we use UART1 for communicating with the nrf52840. That&amp;#39;s why I was wondering if something else is using UART.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using SPI0 and LTE together throws a fault</title><link>https://devzone.nordicsemi.com/thread/247680?ContentTypeID=1</link><pubDate>Fri, 01 May 2020 13:40:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69f9684c-501b-4d62-8e24-bb2622c1a813</guid><dc:creator>Martin</dc:creator><description>&lt;p&gt;If you refer to the &amp;#39;bsdlib&amp;#39; (socket interface) then I have a custom board that has no serial port and the LTE modem is working fine.&lt;br /&gt;&lt;br /&gt;But if your question is for the DK or Thingy you might have to modify the software a bit ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using SPI0 and LTE together throws a fault</title><link>https://devzone.nordicsemi.com/thread/247633?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2020 16:35:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12087682-da27-4211-8c53-0a6580d554f4</guid><dc:creator>vchhabra</dc:creator><description>&lt;p&gt;I do have a question in the meantime. Is it necessary to use UART with LTE or can we completely disable the UART without any issues from the drivers?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using SPI0 and LTE together throws a fault</title><link>https://devzone.nordicsemi.com/thread/247632?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2020 16:21:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d15c303-9945-4fbf-a7df-a3da3590d1ea</guid><dc:creator>vchhabra</dc:creator><description>&lt;p&gt;Logging has been disabled, we are using custom logging which does not go to the UART.&lt;/p&gt;
&lt;p&gt;did not disable the serial driver, will try that.&lt;/p&gt;
&lt;p&gt;Yes, we are using a custom board package so SPM in configured to do that.&lt;/p&gt;
&lt;p&gt;We require a lot of ports and are using SPI as a dedicated one for memory.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll share the files soon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using SPI0 and LTE together throws a fault</title><link>https://devzone.nordicsemi.com/thread/247531?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2020 11:49:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:862a6793-9d88-4ba9-944c-53e71a725366</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;SPI0 is using the same hardware as UART0, so you can not use those two at the same time.&lt;/p&gt;
&lt;p&gt;Are you using logging in your application?&lt;/p&gt;
&lt;p&gt;Are you disabling the serial drivers (CONFIG_SERIAL=n)?&lt;/p&gt;
&lt;p&gt;Have you configured the SPM to set up SPI0 as non-secure?&lt;/p&gt;
&lt;p&gt;Is there a reason why you are using SPI0 instead of SPI2 which is configured by the SPM by default?&lt;/p&gt;
&lt;p&gt;Do you know what the last thing that happens before you enter the fault handler is?&lt;/p&gt;
&lt;p&gt;Could you share your &amp;lt;your build folder&amp;gt;/zephyr/.config and &amp;lt;your build folder&amp;gt;/zephyr/zephyr.dts files?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>