zephyr/arch/arm/include/aarch32/cortex_m
Ioannis Glaropoulos f1a27a8189 arm: cortex_m: assert if DebugMonitor exc is enabled in debug mode
Assert if the null pointer de-referencing detection (via DWT) is
enabled when the processor is in debug mode, because the debug
monitor exception can not be triggered in debug mode (i.e. the
behavior is unpredictable). Add a note in the Kconfig definition
of the null-pointer detection implementation via DWT, stressing
that the solution requires the core be in normal mode.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2021-03-03 10:38:29 +01:00
..
cmse.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dwt.h arm: cortex_m: assert if DebugMonitor exc is enabled in debug mode 2021-03-03 10:38:29 +01:00
exc.h arm: cortex_m: null-pointer exception detection via DWT 2021-03-03 10:38:29 +01:00
stack.h kernel: z_interrupt_stacks are now kernel stacks 2020-07-30 21:11:14 -04:00
tz_ns.h cortex_m: tz_ns.h: Various fixes (late comments on PR) 2020-09-04 19:05:58 +02:00
tz.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00