Hi
When debugging using DAP, how much CPU resouce ?
I've seen the following link, I want to know the resources when using the DAP.
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/383732.aspx
Best regards,
FSSer
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
When debugging using DAP, how much CPU resouce ?
I've seen the following link, I want to know the resources when using the DAP.
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/383732.aspx
Best regards,
FSSer
FSSer,
Which part are you using?
In general, the DAP is acting as a master on the main interconnect.
The CPU is not involved during DAP access.
If a resource is accessed by DAP at the same time it is accessed by CPU or DMA than an arbitration will happen.
Jean-Marc
I'm using DAP below.
http://e2e.ti.com/support/microcontrollers/hercules/w/design_notes/1398.aspx
The CPU is not involved during DAP access.
If a resource is accessed by DAP at the same time it is accessed by CPU or DMA than an arbitration will happen.
I understood !
Thank you for your information.
Best, regards
FSSer