Skip to content

Commit

Permalink
[nrfconnect] Fixed MPU fault during DFU over SMP (#19227)
Browse files Browse the repository at this point in the history
Flash NOP device was disabled during the last
nRF Connect SDK version update, but it turn out to cause
MPU fault during DFU over SMP.

Restored enabling flash NOP device.
  • Loading branch information
kkasperczyk-no authored and pull[bot] committed Jan 24, 2024
1 parent cb81da0 commit 1050420
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.features
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ config SYSTEM_WORKQUEUE_STACK_SIZE

if SOC_SERIES_NRF53X

# FLASH nop device is enabled to prevent bus faults when mcumgr tries to access
# simulated partition with network core image data.
config FLASH_NOP_DEVICE
bool
default y

# Enable custom SMP request to erase settings partition.
config MCUMGR_GRP_ZEPHYR_BASIC
bool
Expand Down

0 comments on commit 1050420

Please sign in to comment.