After some research and with help from my friend Jorge_Gonzalez, we found that in this project your librarian has been configured as hosted, it means that your project is enable to send information by debugger to console and once you close your debugger session you disconnect this communication and this cause the error.
In order to solve the issue you should change your librarian configurations, in C/C++ view please go to Project> Properties and you will see a new window, in the left pane select C/C++ Build> Settings, now in the Tool Settings tag select Librarian in model just select ewl_c++_noio this will disable the option to send information by debugger session.
After this change I test the project and it worked fine after using reset button on the board :smileygrin:
Have a nice day :P,
Perla
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Perla,
Thanks!!!!!!!!!!! That really solved the problem and its working with the reset.
Regards
Abdullah