nick703
Advanced Member level 1
- Joined
- Oct 17, 2011
- Messages
- 422
- Helped
- 21
- Reputation
- 44
- Reaction score
- 22
- Trophy points
- 1,298
- Location
- surat
- Activity points
- 3,987
hello friend i have icd3 and i want to debug my simple function continuously. like below
so when i enter the function i have put 2 breakpoints OK . so i want this 2 breakpoints between code simulate continuously . is that possible then please reply .
and anther question is in my delay function like MsDelay(2) is 2ms delay when this function call that time i added stopwatch to how much take time and this time this function perfectly saw me 2ms in stopwatch . but when i set timer delay means use of pic32 timer 3 and load the value of PR2 resister that time stopwatch give me a wrong delay result and another strange thing is when i load different PR2 value that time stopwatch display same time no difference so how to check my timer delay function.
please reply me !!!!
Code:
void Func1 (void)
{ // put breakpoint1
// some code here
} // put breakpoints 2
so when i enter the function i have put 2 breakpoints OK . so i want this 2 breakpoints between code simulate continuously . is that possible then please reply .
and anther question is in my delay function like MsDelay(2) is 2ms delay when this function call that time i added stopwatch to how much take time and this time this function perfectly saw me 2ms in stopwatch . but when i set timer delay means use of pic32 timer 3 and load the value of PR2 resister that time stopwatch give me a wrong delay result and another strange thing is when i load different PR2 value that time stopwatch display same time no difference so how to check my timer delay function.
please reply me !!!!