You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nrf noup] soc: Use DWT for null-pointer detection on nRF5340 net core
squash! [nrf noup] soc: nrf: Switch null-pointer detection option to MPU
The MPU-based null-pointer dereference detection cannot be used on
the network core in nRF5340 because of its flash base address and
this causes the zephyr/tests/arch/arm/arm_interrupt test to fail.
Use the DWT option instead for this core.
Ref. NCSDK-11348
Signed-off-by: Andrzej Głąbek <[email protected]>
0 commit comments