Topic : Debuging using RIDE7 for arm and Rlink(v2.02)

Forum : ARM

Original Post
Post Information Post
June 25, 2008 - 7:31am
Guest

HI all, can u please send me document specific to debuging using Ride 7 and Rlink(various features, its use).
I find some difficulties while observing watch value of variable it's wrong.
How can analise the time of execution ar any time parameter?
Trace window is not working.What is the use of itand how to use it.

Best Regard
sai

Replies
Post Information Post
+1
0
-1
June 25, 2008 - 1:51pm
Guest

Hi

May I ask you what is your target.
Also it is not possible to use trace with RLink (it is only supported for uPSD family).
It can be used with other targets but only when you use the simulator.

Best regards,
Matloub

+1
0
-1
June 25, 2008 - 2:13pm
Guest

Hi

I want debug the program.
I am using Ride7 and Rlink.
But i didnt got expected value of variable in watch window.
Can i come to know the approximate execution time. So to wait for that much time only.
Because when i give breakpoint sometime it comes to that point and sometimes it doesnt.

Best Regard
sai

+1
0
-1
June 30, 2008 - 9:09am
Guest

Hi

Unfortunately it is not possible to know the execution time with the simulator.
I think one way to realize what you described could be to use the number of time that the line was executed.
I mean in debug mode you can see for each line how many times it has been run so you can use it to help you know what happened.

Best regards,
Matloub