Skip to content

Commit

Permalink
samples: suit: flash_companion: disable MRAM latency service
Browse files Browse the repository at this point in the history
Otherwise NRFS can't be disabled.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull committed Nov 6, 2024
1 parent 87fb000 commit f84fc5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/suit/flash_companion/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ CONFIG_FLASH=y
# Disable power management
CONFIG_PM=n

# Disable NRFS
# Disable MRAM latency service and NRFS
CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n
CONFIG_NRFS=n

# Disable unneeded interrupt features
Expand Down

0 comments on commit f84fc5f

Please sign in to comment.