Resolved! how to detect which line of code has modified the global variable (not debug mode)
Development environment: STM32F417ZG/keil uvision 5/FreeRTOSProblem description: During the normal working phase of my product, a global variable is suddenly found to have been modified accidentally. This variable was not modified by my normal code a...