cancel
Showing results for 
Search instead for 
Did you mean: 

SWV doesn't display the right information

mdiro
Associate III

Hi!! To test how the SWV data trace timeline graph works, I have a simple application where I increment by 1 a variable called count. Very basic. In debug mode, I see count increasing correctly in the live expressions window.

while(1){
count++;
HAL_Delay(250);
}

This is not the case for the SWV window where the variable value are completely wrong.

0693W00000Y7pzUQAR.pngWhere can the problem be? Thank you!

1 ACCEPTED SOLUTION

Accepted Solutions
mdiro
Associate III

Solved: core clock was unintentionally set to a wrong frequency.

View solution in original post

1 REPLY 1
mdiro
Associate III

Solved: core clock was unintentionally set to a wrong frequency.