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