How to collect the event while the registers on DWT overflow?
Posted on August 28, 2017 at 15:12ARMv7M has provided a tracing unit for debugging: The Data Watchpoint and Trace unit. but it has only 8bit counter for such as CPICNT. how do you use it to count a piece of code?#stm32f7 #dwt #dwt->cyccnt #stm32f7-d...