Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Cortex M3 ITM trace
Jump...
Cancel
Locked
Locked
Replies
4 replies
Subscribers
119 subscribers
Views
4679 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Cortex M3 ITM trace
Miro Kostadinov
over 12 years ago
Note: This was originally posted on 18th March 2010 at
http://forums.arm.com
Do I miss something or there is no way to implement interrupt driven debug trace on Cortex M3?
I know that the SWO interface is relatively fast, but still I would prefer to avoid any polling and blocking...
Parents
Miro Kostadinov
over 12 years ago
Note: This was originally posted on 18th March 2010 at
http://forums.arm.com
Yes, I mean text messages or software trace (printf) over the ITM stimulus registers.
I do have decent tool (PEEDI /ronetix) but there are other colleagues involved in the project and eventually there will be clients as we hope. So it will be great if the project can be used with wide range of tools including low cost ones.
My question is whether I miss something, because the documentation is not very clear to me. It does not mention explicitly whether the polling is the only option or not. More likely it is the only option. At least I can't find any dedicated interrupt or exception. Actually there is some exception for a debug monitor, but probably this has nothing to do with the ITM buffers.
So I assume now that the software trace cannot be interrupt driven. I am thinking how to implement it without blocking and without message nesting. Maybe I will have some non-blocking queue and a low priority thread on the other side to do the polling. I will make it somehow ;-)
Cancel
Vote up
0
Vote down
Cancel
Reply
Miro Kostadinov
over 12 years ago
Note: This was originally posted on 18th March 2010 at
http://forums.arm.com
Yes, I mean text messages or software trace (printf) over the ITM stimulus registers.
I do have decent tool (PEEDI /ronetix) but there are other colleagues involved in the project and eventually there will be clients as we hope. So it will be great if the project can be used with wide range of tools including low cost ones.
My question is whether I miss something, because the documentation is not very clear to me. It does not mention explicitly whether the polling is the only option or not. More likely it is the only option. At least I can't find any dedicated interrupt or exception. Actually there is some exception for a debug monitor, but probably this has nothing to do with the ITM buffers.
So I assume now that the software trace cannot be interrupt driven. I am thinking how to implement it without blocking and without message nesting. Maybe I will have some non-blocking queue and a low priority thread on the other side to do the polling. I will make it somehow ;-)
Cancel
Vote up
0
Vote down
Cancel
Children
No data