2022-12-10 05:11 AM
After the update I have number of issues with debugging.
The code written on the pervious version seems working as intended but when I try too peek the values of some variables (e.g. uwTick) I get broken results.
A = A + 10;
and the live view shows that every time the actual value is increased by 2560 (confirmed that A++; sometimes increments by 256 instead of 1)
sometimes it works as intended, restarting debugging session few times somehow fixes the issue, but it is really annoying
for reference, I use STLINK-V3SET with custom board based on F407 at 168MHz, and I have never had any issues with the hardware before today.
2022-12-10 09:40 PM
Walk the path by always installing the new version independently from the previous working one. It is always better to be careful, because, as someone wrote long ago in this forum, you get what you paid for...