Hi Roman,
I am unable to run the examples from the link you've given. I was only debugging these days and this is the first time I've tried to flash the program.
I used PE Micro Debugger for debugging. For your reference I'll provide you the debug and run configuration settings.
For Debug:
1. Select project -> Build Config -> Set Active Build as Debug Flash -> Build project.
2. Debug config -> Select GDB PE Micro Debugger interface ->Set up configurations as follows


For Run :
1. Select project -> Build Config -> Set Active Build as Release Flash -> Build project.
2. Run config -> Select GDB SEGGER J-Link Debugging ->Set up configurations as follows


ERROR: Error while launching command: --version
I didn't find GDB PE Micro Debugger interface in the run config, so I used J-Link to flash the program and got error.
If I'm not wrong for debugging, Debug Flash build is used and for Flashing the program Release Flash build is used. In the same way, for debugging, debug config is used and for flashing Run config is used.
Correct me If I'm wrong.
Thanks.