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.

Complex HW Watch Point

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