Forum Discussion
HPS debug issue
Hi,
How can I moniter/record/show the real time variable during debug.
For example, I made a 50us timer and in that timer I count++ till 360 and set to 0 and ++ again,
how can I catch/moniter the sawtooth wave?
Reguards.
4 Replies
- aikeu
Regular Contributor
Hi CAlex,
Are you trying to measure the accuracy of your 50us timer?
I think you can measure by considering the accumaltion of each 50us to a certain measurable quantity, then only you calculate the occurance of 50us period with a variable count in your code.
Thanks.
Regards,
Aik Eu
- aikeu
Regular Contributor
- aikeu
Regular Contributor
Hi CAlex,
I am closing this thread for now. We do not receive any response from you to the previous question/reply/answer that I have provided. This thread will be transitioned to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.
Thanks.
Regards,
Aik Eu
- CAlex
Contributor
No, that was not what I want to have, I'm meant to receive and moniter the variables during the debug and having a simple GUI to record and (in better way) drow the waves(as I mentioned as an example).
But do what you must, I guess the answer is no.