The Segger Embedded Studio is a very good IDE, but I think the debugger could change a little bit better. Now I use the SES for a STM32 based development using STLINK GDB server as the debugging device in SES. When I restart the debugger session. the binary would be downloaded into the Flash inside the MCU but it's already there, so I think SES should not download the flash in this situation, the enduration of flash is limited. I think SES should verify the contents before downloading, if matched the download is bypasses, and the verification fuction is already here in the IDE.

The post was edited 2 times, last by eggplant886 ().