DebugMon_Handler not triggered after configuring DWT (Data Watchpoint and Trace) to look for memory writes. (cortex-M33)
I am using the following code to configure the DWT(Data Watchpoint and Trace) and test it in Arm Development Studio. When using a Cortex-M4 or Cortex-M3, it triggers the DebugMon_Handler, but when using a Cortex-M33, it doesn’t. Does anyone know the reason for this?