This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi ,
I am using CCSv5.4 in windows .
My hardware :Ti814x
In my application ,one variable value is getting corrupted by some other thread .
I want to find out the where it is going to be corrupted means when somebody is modifying this variable .
I am checking the function call stack but I am not getting the function from where it got corrupted .
Here ,I want to put explicit breakpoint to understand who is trying to modify the variable value ..
How can I put DATA breakpoint/Watchpoint at this location ...
-Studinstru
studinstru sggs said:How can I put DATA breakpoint/Watchpoint at this location ...
See slides 4-6 of the AET training module on watchpoints with CCSv5;
http://processors.wiki.ti.com/index.php/CCS_Modules_Library#Advanced_Breakpoints_.2F_AET
Thanks
ki