Hi Experts,
In AET is there a option to set trigger when a data is modified ONLY?
For example "AET_JOB_TRIG_ON_DATA_RANGE" would trigger when the data is either read/written. I want to "write protect" some memory sections so looking for an option like trigger on WRITE only.
Is it possible with AET or not?
Regards,
Justin
AET library seems to be taking more than 15KB memory in 6416 DSP. Is there any way to use only portion of the library features and thus reduce memory usage?
Hi Justin,
Justin Antony GIn AET is there a option to set trigger when a data is modified ONLY?
AET capability varies quite a bit per device. What device are you using?
Thanks
ki
-----------------------------------
Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.
Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.
Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide
Click here to track an issue. Enter your bug id in the "Find Record ID" box
Hi Ki,
This is for c6416 DSP.
A watchpoint to trigger only a data write is supported on C6416. When setting it from CCS, you are given the option to trigger on a READ or WRITE. Are you using AET strictly from AETLib?
Yes, i'm using AETlib without CCS. This is for an environment outside LAB.
Justin,
I believe AETlib comes from the emulation team. I will see if they can help you out.
Yes, AETLIB has the option to choose to trigger on Read or Write. Actually, the AET hardware only allows one or the other (i.e. you can't do both at the same time). Use the readWrite parameter in the jobparams structure.
FYI, there is a bug in AETLIB where the read does not work, but that doesn't fit your use case. It will be fixed in version 4.1, due to be released in September.
Dan
Be sure to check out the Embedded Processors Wiki at http://processors.wiki.ti.com. You'll find additional information on a variety of TI Technology Related Topics ranging from Hardware to Software to Tools and more.
Please Create New Threads for New Issues, and even for similar issues that have already been reported. Do not reply to a thread that has already been answered and say "I'm having the same problem". You will get a faster response if you create a new issue that is not already marked answered.
Having CCSv4.x problems? Check out the CCSv4 Troubleshooting Guide
Reporting a problem? Please try to include the relevant details requested in the Forum Usage Guidelines