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.
Hello,
I'd like to implement a few relatively complex hardware watchpoints. Somehow when an interface is running at high speed, the source address for a DMA is incorrect. I need to watch the source address pointer and only break when it is outside of a particular range.
I'm working on a C6472, which has an AET unit. Do I need to use the AETlib? or can I specify something like this through code composer? So far I haven't found a way to do this in code composer.
Thanks
Hello,
norton256 said:I'm working on a C6472, which has an AET unit. Do I need to use the AETlib?
No. You only need AETlib if you want to program AET via the running application.
norton256 said:an I specify something like this through code composer?
Yes, you can do this.
Check out this training module:
http://processors.wiki.ti.com/index.php/CCS_Modules_Library#Advanced_Breakpoints_.2F_AET
Thanks
ki
Digging into the breakpoint / watchpoint properties does provide more options. But I'm looking to implement a "with data outside of range" style of watchpoint. I don't think I can specify that with just data and an OR mask. Maybe I'm not thinking about it correctly.