CAlex
Contributor
2 years agoHPS 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 t...
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