I want to set up a hardware breakpoint for writing data in certain block of memory (for example, in the range of 0x11111 to 0x22222), but don't know how to do it.
I am using CCS 3.3.81.6 and figured out how to set up a hardware breakpoint for writing data in certain memory location by configuring
Debug->breakpoint->hardware watchpoint->
and setting the location address and memory access type (read/write/access). However I don't see how to setup the breakpoint for writing data in certain block of memory.
Any comments/suggestions are highly appreciated.
Many thanks in advance.
Xuedong