I am executing code using both CCS and DSS scripts with the C674x simulator.
Prior to creating a watchpoint, I see expected values in the timer registers (0x01C2000).
When I create a watchpoint on write accesses to address 0x64004F94 (an address that my program writes to during initialization), and examine memory at 0x01C20000 (timer registers) it is all zeros.
Am I missing something? Why would a watchpoint affect this memory?