2023-01-10 03:16 AM
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.
Where can the problem be? Thank you!
Solved! Go to Solution.
2023-01-10 03:26 AM
Solved: core clock was unintentionally set to a wrong frequency.
2023-01-10 03:26 AM
Solved: core clock was unintentionally set to a wrong frequency.