I'm trying to use the lpuart sample for a project, but everytime I try to flash I get a zephyr fatal error 4. I dont know what I doing wrong can anyone help me?
error:

prj.conf:
#
# Copyright (c) 2020 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
CONFIG_NRF_SW_LPUART=y
# Enable the UART driver
# CONFIG_UART_ASYNC_API=y
#CONFIG_NRFX_UARTE0=y
#CONFIG_UART_1_NRF_UARTE=y
#CONFIG_SERIAL=y
#CONFIG_GPIO=y
# Sample is showing low power capabilities of low power uart module thus
# console/logging uart is disabled.
# Uncomment this section for debugging. Additionally, comment uart0 disabling
# in overlay.
# CONFIG_USE_SEGGER_RTT=n
# CONFIG_LOG=y
# CONFIG_NO_OPTIMIZATIONS=y
# CONFIG_ASSERT=y
# Config logger
CONFIG_LOG=y
CONFIG_USE_SEGGER_RTT=y
#CONFIG_LOG_BACKEND_RTT=y
#CONFIG_LOG_BACKEND_UART=n
CONFIG_ASSERT=y
# Comment this section for debugging
CONFIG_CONSOLE=n
CONFIG_UART_CONSOLE=n
# Uncomment to use lpuart using interrupt driven API
# CONFIG_NRF_SW_LPUART_INT_DRIVEN=y
