In Debug mode under the Keil / IAR development environment, can the user add a new breakpoint immediately during free ru
Posted: 27 Mar 2017, 13:41
The Nu-Link driver may add the breakpoint information before full run of the program, and the breakpoints added during full run of the program will be added into the cache. Therefore, the newly added breakpoint can only be executed properly after the user stops and re-executes the program.