nrf: Debugging any test fails when CORTEX_M_DEBUG_NULL_POINTER_EXCEPTION_DETECTION_DWT is enabled #33590
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: nRF
Nordic nRFx
priority: medium
Medium impact/importance bug
Milestone
Describe the bug
Nordic board by default has null pointer detection using DWT enabled in all tests. As a result, any test fails in debug session and ends in the assert during startup
zephyr/arch/arm/include/aarch32/cortex_m/dwt.h
Line 151 in 76f35f2
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Debug session of the test application should be ready without need to dig deep into very specific arch options.
Impact
Annoyance. User is wasting time to figure out what is wrong.
Environment (please complete the following information):
Additional context
Commit SHA: 16d2ab7
The text was updated successfully, but these errors were encountered: