Hello,
I added few code rows in a function which is called by an interrupt routine, after bulding the project without errors, and uploading it on the target, when the system runs I notice that a variable changes without a write instruction on the code.
The code rows that I add, and also the whole function that I modified, don't use the variable which changes inappropriately. I tried to insert a watchpoint in the memory area where the mentioned variable is stored to understand the reason of changing and It seems that there is no evidence of writing.
Any suggestion for resolving this anomalous behaviour?